Spaces:
Building
Building
Update app.py
Browse files
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)
|