Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
gradio>=3.0
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio>=3.0
|
| 2 |
+
fastapi>=0.68.0
|
| 3 |
+
uvicorn>=0.15.0
|
| 4 |
+
transformers>=4.12.0
|
| 5 |
+
torch>=1.9.0
|
| 6 |
+
numpy>=1.21.0
|
| 7 |
+
matplotlib>=3.4.0
|
| 8 |
+
pillow>=8.3.0
|
| 9 |
+
python-multipart>=0.0.5
|