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