Spaces:
Runtime error
Runtime error
Lock streamlit version to 0.84.1
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
flax
|
2 |
huggingface_hub
|
3 |
jax
|
4 |
-
streamlit
|
5 |
torch
|
6 |
torchvision
|
7 |
transformers
|
|
|
1 |
flax
|
2 |
huggingface_hub
|
3 |
jax
|
4 |
+
streamlit==0.84.1
|
5 |
torch
|
6 |
torchvision
|
7 |
transformers
|