Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
|
|
|
|
1 |
transformers
|
2 |
huggingface_hub
|
|
|
3 |
protobuf==3.20
|
4 |
-
pytorch-transformers
|
|
|
1 |
+
streamlit==0.84.1
|
2 |
+
Pillow
|
3 |
transformers
|
4 |
huggingface_hub
|
5 |
+
googletrans==4.0.0-rc1
|
6 |
protobuf==3.20
|
7 |
+
pytorch-transformers
|