Spaces:
Sleeping
Sleeping
Add huggingface_hub dependency for InferenceClient migration
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -11,4 +11,5 @@ cloudinary==1.37.0
|
|
| 11 |
python-dotenv==1.0.0
|
| 12 |
requests==2.31.0
|
| 13 |
trimesh==4.0.5
|
| 14 |
-
scipy==1.11.4
|
|
|
|
|
|
| 11 |
python-dotenv==1.0.0
|
| 12 |
requests==2.31.0
|
| 13 |
trimesh==4.0.5
|
| 14 |
+
scipy==1.11.4
|
| 15 |
+
huggingface_hub==0.19.4
|