Spaces:
Sleeping
Sleeping
Merge pull request #3 from cdb24/milestone2
Browse files- README.md +1 -1
- requirements.txt +1 -0
README.md
CHANGED
@@ -6,4 +6,4 @@ colorTo: red
|
|
6 |
sdk: streamlit
|
7 |
app_file: app.py
|
8 |
pinned: True
|
9 |
-
---
|
|
|
6 |
sdk: streamlit
|
7 |
app_file: app.py
|
8 |
pinned: True
|
9 |
+
---
|
requirements.txt
CHANGED
@@ -8,3 +8,4 @@ transformers
|
|
8 |
huggingface_hub
|
9 |
googletrans==4.0.0-rc1
|
10 |
protobuf==3.20
|
|
|
|
8 |
huggingface_hub
|
9 |
googletrans==4.0.0-rc1
|
10 |
protobuf==3.20
|
11 |
+
torch
|