Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
gradio==4.44.0
|
2 |
plotly>=5.18.0
|
3 |
numpy>=1.24.0
|
4 |
-
datasets>=2.20.0
|
5 |
torch>=2.2.0
|
|
|
|
|
|
1 |
gradio==4.44.0
|
2 |
plotly>=5.18.0
|
3 |
numpy>=1.24.0
|
|
|
4 |
torch>=2.2.0
|
5 |
+
datasets==3.6.0
|
6 |
+
huggingface_hub==0.24.6
|