Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
|
@@ -1 +1,6 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.95.0
|
| 2 |
+
uvicorn==0.18.2
|
| 3 |
+
transformers==4.27.4
|
| 4 |
+
torch==1.12.1
|
| 5 |
+
huggingface_hub==0.25.2
|
| 6 |
+
pydantic==1.10.5
|