Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
pandas
|
3 |
-
huggingface_hub
|
4 |
requests
|
5 |
matplotlib
|
6 |
fastapi
|
|
|
1 |
+
# pip: pip uninstall -y huggingface_hub
|
2 |
+
# pip: pip install huggingface_hub==0.16.4
|
3 |
+
|
4 |
gradio
|
5 |
pandas
|
|
|
6 |
requests
|
7 |
matplotlib
|
8 |
fastapi
|