Spaces:
Paused
Paused
Update stream_videos.py
Browse files- stream_videos.py +1 -0
stream_videos.py
CHANGED
|
@@ -59,3 +59,4 @@ if __name__ == "__main__":
|
|
| 59 |
monitor_thread.start()
|
| 60 |
|
| 61 |
# Start the FastAPI server
|
|
|
|
|
|
| 59 |
monitor_thread.start()
|
| 60 |
|
| 61 |
# Start the FastAPI server
|
| 62 |
+
uvicorn.run(app, host="0.0.0.0", port=7860)
|