Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
gradio==4.44.1
|
| 2 |
gradio-client==1.3.0
|
|
|
|
|
|
|
| 3 |
transformers==4.45.2
|
| 4 |
torch==2.4.1
|
| 5 |
datasets==3.0.0
|
| 6 |
pillow==10.4.0
|
| 7 |
numpy==1.26.4
|
| 8 |
pandas==2.2.2
|
| 9 |
-
huggingface-hub==0.25.2
|
|
|
|
| 1 |
gradio==4.44.1
|
| 2 |
gradio-client==1.3.0
|
| 3 |
+
fastapi==0.112.4
|
| 4 |
+
starlette==0.38.6
|
| 5 |
transformers==4.45.2
|
| 6 |
torch==2.4.1
|
| 7 |
datasets==3.0.0
|
| 8 |
pillow==10.4.0
|
| 9 |
numpy==1.26.4
|
| 10 |
pandas==2.2.2
|
| 11 |
+
huggingface-hub==0.25.2
|