Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -4
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
-
gradio>=
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
fastapi>=0.95.0
|
3 |
+
uvicorn>=0.21.0
|
4 |
+
transformers>=4.28.0
|
5 |
+
torch>=1.13.0
|
6 |
+
accelerate>=0.18.0
|
7 |
+
sentencepiece>=0.1.97
|
8 |
+
python-multipart>=0.0.6
|