Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
gradio
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
scipy
|
| 7 |
-
python-multipart
|
| 8 |
-
numpy
|
|
|
|
| 1 |
+
fastapi==0.110.0
|
| 2 |
+
uvicorn==0.27.1
|
| 3 |
+
gradio==4.21.0
|
| 4 |
+
transformers==4.38.2
|
| 5 |
+
torch==2.2.1 --index-url https://download.pytorch.org/whl/cpu
|
| 6 |
+
scipy==1.12.0
|
| 7 |
+
python-multipart==0.0.9
|
| 8 |
+
numpy==1.26.4
|