Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
-
gradio
|
2 |
requests>=2.31.0
|
3 |
python-dotenv>=1.0.0
|
4 |
pydantic==2.10.6
|
5 |
fastapi>=0.109.0
|
6 |
uvicorn>=0.27.0
|
7 |
python-multipart>=0.0.6
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.19.2
|
2 |
requests>=2.31.0
|
3 |
python-dotenv>=1.0.0
|
4 |
pydantic==2.10.6
|
5 |
fastapi>=0.109.0
|
6 |
uvicorn>=0.27.0
|
7 |
python-multipart>=0.0.6
|
8 |
+
huggingface-hub>=0.19.0
|
9 |
+
datasets>=2.15.0
|
10 |
+
transformers>=4.36.0
|
11 |
+
numpy>=1.24.0
|