Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
-
streamlit
|
3 |
-
transformers
|
|
|
1 |
+
streamlit==1.9.0
|
2 |
+
transformers==4.11.3
|
3 |
+
torch==1.10.0+cpu # Add this line for PyTorch
|
4 |
+
# or
|
5 |
+
tensorflow==2.7.0 # Add this line for TensorFlow
|
6 |
|
|
|
|