johnpaulbin commited on
Commit
2463df7
·
verified ·
1 Parent(s): e79510d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,4 +156,4 @@ def stream():
156
  if __name__ == '__main__':
157
  # Start the firehose processing in a separate thread
158
  threading.Thread(target=process_firehose, daemon=True).start()
159
- app.run(debug=True, port=7860)
 
156
  if __name__ == '__main__':
157
  # Start the firehose processing in a separate thread
158
  threading.Thread(target=process_firehose, daemon=True).start()
159
+ app.run(debug=True, host="0.0.0.0", port=7860)