Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
| 4 |
uvicorn
|
| 5 |
-
|
|
|
|
| 1 |
+
transformers[sentencepiece]==4.40.0
|
| 2 |
+
torch==2.2.0+cpu
|
| 3 |
+
safetensors
|
| 4 |
+
huggingface-hub
|
| 5 |
+
gradio==3.40.0
|
| 6 |
uvicorn
|
| 7 |
+
fastapi
|