Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
gradio==4.15.0
|
2 |
torch>=2.1.0
|
3 |
-
deep-translator==1.11.4
|
4 |
-
git+https://github.com/huggingface/[email protected]
|
5 |
accelerate>=0.26.0
|
6 |
-
|
|
|
|
1 |
gradio==4.15.0
|
2 |
torch>=2.1.0
|
|
|
|
|
3 |
accelerate>=0.26.0
|
4 |
+
deep-translator==1.11.4
|
5 |
+
transformers @ git+https://github.com/huggingface/[email protected]
|