OptiJuegos commited on
Commit
5d41a45
·
verified ·
1 Parent(s): 6a74530

Update stream_videos.py

Browse files
Files changed (1) hide show
  1. 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)