Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
gradio==5.32.1
|
2 |
-
pandas
|
3 |
-
huggingface
|
4 |
-
openpyxl
|
5 |
-
python-dotenv
|
6 |
-
numpy
|
7 |
gradio_spreadsheetcomponent
|
|
|
1 |
+
gradio==5.32.1
|
2 |
+
pandas
|
3 |
+
git+https://github.com/huggingface/huggingface_hub.git
|
4 |
+
openpyxl
|
5 |
+
python-dotenv
|
6 |
+
numpy
|
7 |
gradio_spreadsheetcomponent
|