chrisxx commited on
Commit
c814c17
·
verified ·
1 Parent(s): 36ada0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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