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