Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1 +1,6 @@
|
|
1 |
-
huggingface_hub==0.22.2
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub==0.22.2
|
2 |
+
fastapi==0.68.0
|
3 |
+
pydantic==1.8.2
|
4 |
+
uvicorn==0.15.0
|
5 |
+
transformers==4.26.0
|
6 |
+
torch==1.10.0
|