Spaces:
Runtime error
Runtime error
fixed dependencies
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
pandas
|
2 |
streamlit
|
3 |
numpy
|
4 |
-
transformers
|
5 |
pillow
|
6 |
-
torch
|
|
|
1 |
pandas
|
2 |
streamlit
|
3 |
numpy
|
4 |
+
transformers==4.27.1
|
5 |
pillow
|
6 |
+
torch==1.12.0
|