Upload folder using huggingface_hub
Browse files- requirements.txt +1 -1
- requirements.txtgradio==6.14.0 +18 -0
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio==
|
| 2 |
ipykernel==6.29.5
|
| 3 |
ipython==8.27.0
|
| 4 |
jupyter_client==7.4.9
|
|
|
|
| 1 |
+
gradio==6.14.0
|
| 2 |
ipykernel==6.29.5
|
| 3 |
ipython==8.27.0
|
| 4 |
jupyter_client==7.4.9
|
requirements.txtgradio==6.14.0
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
gradio==6.14.0
|
| 3 |
+
ipykernel==6.29.5
|
| 4 |
+
ipython==8.27.0
|
| 5 |
+
jupyter_client==7.4.9
|
| 6 |
+
openai==1.93.0
|
| 7 |
+
pandas==2.2.2
|
| 8 |
+
pillow==10.4.0
|
| 9 |
+
torch==2.4.1
|
| 10 |
+
transformers==4.44.2
|
| 11 |
+
PyYAML==6.0.1
|
| 12 |
+
ansi2html==1.9.2
|
| 13 |
+
sentence_transformers==5.1.0
|
| 14 |
+
nbformat==5.10.4
|
| 15 |
+
pydantic==2.9.1
|
| 16 |
+
scikit-learn==1.5.1
|
| 17 |
+
statsmodels==0.14.4
|
| 18 |
+
openpyxl
|