Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
gradio==4.5.0
|
2 |
uvicorn[standard]==0.17.*
|
|
|
|
|
|
|
|
|
3 |
googletrans==4.0.0-rc1
|
4 |
youtube-transcript-api
|
5 |
transformers
|
|
|
1 |
gradio==4.5.0
|
2 |
uvicorn[standard]==0.17.*
|
3 |
+
fastapi==0.74.*
|
4 |
+
requests==2.27.*
|
5 |
+
sentencepiece==0.1.*
|
6 |
+
torch
|
7 |
googletrans==4.0.0-rc1
|
8 |
youtube-transcript-api
|
9 |
transformers
|