prthm11 commited on
Commit
14a8402
·
verified ·
1 Parent(s): 51646fe

Update live_streaming_flask.py

Browse files
Files changed (1) hide show
  1. live_streaming_flask.py +1 -1
live_streaming_flask.py CHANGED
@@ -260,4 +260,4 @@ def index():
260
  return render_template('live_streaming_index.html')
261
 
262
  if __name__ == '__main__':
263
- app.run(debug=True)
 
260
  return render_template('live_streaming_index.html')
261
 
262
  if __name__ == '__main__':
263
+ app.run(host="0.0.0.0", port=7860, debug=False)