Update app.py
Browse files
app.py
CHANGED
|
@@ -3,8 +3,6 @@
|
|
| 3 |
Pong backend (GPU, eager) for Hugging Face Spaces.
|
| 4 |
Broadcasts readiness via Socket.IO so the frontend can auto-hide a loading overlay once the model is ready.
|
| 5 |
"""
|
| 6 |
-
|
| 7 |
-
# Eventlet must be imported first and monkey-patched before other imports
|
| 8 |
import eventlet
|
| 9 |
eventlet.monkey_patch()
|
| 10 |
|
|
|
|
| 3 |
Pong backend (GPU, eager) for Hugging Face Spaces.
|
| 4 |
Broadcasts readiness via Socket.IO so the frontend can auto-hide a loading overlay once the model is ready.
|
| 5 |
"""
|
|
|
|
|
|
|
| 6 |
import eventlet
|
| 7 |
eventlet.monkey_patch()
|
| 8 |
|