Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -7
requirements.txt
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
-
gradio==3.50.0
|
2 |
-
datasets
|
3 |
-
huggingface-hub>=0.19
|
4 |
-
hf-transfer>=0.1.4
|
5 |
-
protobuf<4
|
6 |
-
click<8.1
|
7 |
-
pydantic~=1.0
|
|
|
|
|
|
|
|
|
|
1 |
+
#gradio==3.50.0
|
2 |
+
#datasets
|
3 |
+
#huggingface-hub>=0.19
|
4 |
+
#hf-transfer>=0.1.4
|
5 |
+
#protobuf<4
|
6 |
+
#click<8.1
|
7 |
+
#pydantic~=1.0
|
8 |
+
gradio>=3.50.0
|
9 |
+
pandas
|
10 |
+
matplotlib
|
11 |
+
|