Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
fastapi>=0.
|
2 |
-
uvicorn>=0.
|
3 |
-
|
4 |
-
|
5 |
-
python-multipart>=0.0.5 # FastAPI 处理表单需要
|
|
|
1 |
+
fastapi>=0.68
|
2 |
+
uvicorn>=0.15
|
3 |
+
torch>=1.9
|
4 |
+
transformers>=4.11
|
|