Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
numpy<2
|
| 2 |
torch==2.2.2
|
| 3 |
transformers>=4.43,<4.47
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
numpy<2
|
| 2 |
torch==2.2.2
|
| 3 |
transformers>=4.43,<4.47
|
| 4 |
+
huggingface-hub>=0.24
|
| 5 |
+
gradio==4.44.1
|
| 6 |
+
fastapi==0.111.0
|
| 7 |
+
starlette==0.37.2
|
| 8 |
+
jinja2==3.1.4
|