foreversheikh commited on
Commit
8a74454
·
verified ·
1 Parent(s): f46ecf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,4 +209,4 @@ def handle_reset():
209
  if __name__ == '__main__':
210
  print("[INFO] Starting Flask server...")
211
  # Using 0.0.0.0 is still correct for services like Hugging Face
212
- socketio.run(app, debug=True, host='0.0.0.0')
 
209
  if __name__ == '__main__':
210
  print("[INFO] Starting Flask server...")
211
  # Using 0.0.0.0 is still correct for services like Hugging Face
212
+ socketio.run(app, debug=True)