Spaces:
Runtime error
Runtime error
fixed requirements
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
streamlit
|
2 |
-
huggingface-hub
|
3 |
torch
|
4 |
jax
|
5 |
flax
|
6 |
transformers
|
7 |
-
pandas
|
|
|
1 |
streamlit
|
2 |
+
huggingface-hub==0.0.14
|
3 |
torch
|
4 |
jax
|
5 |
flax
|
6 |
transformers
|
7 |
+
pandas==1.2.4
|