Spaces:
Runtime error
Runtime error
Update requirement.txt
Browse files- requirement.txt +3 -2
requirement.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
streamlit==0.84.1
|
|
|
|
|
2 |
transformers
|
3 |
huggingface_hub
|
4 |
protobuf==3.20
|
5 |
-
|
6 |
-
torchvision
|
|
|
1 |
streamlit==0.84.1
|
2 |
+
torch>=1.7.0
|
3 |
+
torchvision>=0.8.1
|
4 |
transformers
|
5 |
huggingface_hub
|
6 |
protobuf==3.20
|
7 |
+
|
|