Spaces:
Sleeping
Sleeping
Rename requirement.txt to requirements.txt
Browse files- requirement.txt +0 -7
- requirements.txt +4 -0
requirement.txt
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
torch
|
2 |
-
streamlit==0.84.1
|
3 |
-
Pillow
|
4 |
-
flax
|
5 |
-
transformers
|
6 |
-
googletrans==4.0.0-rc1
|
7 |
-
protobuf==3.20
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
torch
|
3 |
+
transformers
|
4 |
+
|