Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -15,4 +15,5 @@ libsndfile1==0.0.0 # Required for audio processing
|
|
| 15 |
pyrebase4==4.8.0 # Firebase Python wrapper
|
| 16 |
python-engineio==4.2.1
|
| 17 |
python-socketio==5.4.0
|
| 18 |
-
eventlet==0.33.0 # Required for WebSocket support
|
|
|
|
|
|
| 15 |
pyrebase4==4.8.0 # Firebase Python wrapper
|
| 16 |
python-engineio==4.2.1
|
| 17 |
python-socketio==5.4.0
|
| 18 |
+
eventlet==0.33.0 # Required for WebSocket support
|
| 19 |
+
huggingface_hub==0.19.4 # Required for model downloading
|