Update requirements.txt
Browse files- requirements.txt +9 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
-
gradio>=4.
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.44
|
| 2 |
+
fastapi
|
| 3 |
+
uvicorn
|
| 4 |
+
onnxruntime>=1.18
|
| 5 |
+
transformers>=4.44
|
| 6 |
+
huggingface_hub
|
| 7 |
+
numpy
|
| 8 |
+
pandas
|
| 9 |
+
pydantic>=2
|