Spaces:
Sleeping
Sleeping
init!
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
huggingface_hub==0.22.2
|
2 |
numpy
|
3 |
pandas
|
4 |
-
transformers
|
5 |
torch
|
6 |
streamlit
|
7 |
gradio
|
8 |
-
tensorflow
|
9 |
tf-keras
|
|
|
1 |
huggingface_hub==0.22.2
|
2 |
numpy
|
3 |
pandas
|
4 |
+
transformers==4.11.0
|
5 |
torch
|
6 |
streamlit
|
7 |
gradio
|
8 |
+
tensorflow==2.11.0
|
9 |
tf-keras
|