Spaces:
Runtime error
Runtime error
tomaseo2022
commited on
Commit
·
ce659c1
1
Parent(s):
304ef5f
Upload 2 files
Browse files- gitignore.txt +5 -0
- requirements.txt +8 -0
gitignore.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
*.mp4
|
3 |
+
*.pyc
|
4 |
+
*.wav
|
5 |
+
*.mp3
|
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pip==22.2.2
|
2 |
+
gradio==3.0.24
|
3 |
+
googletrans==4.0.0rc1
|
4 |
+
moviepy
|
5 |
+
SpeechRecognition
|
6 |
+
gTTS
|
7 |
+
youtube_transcript_api
|
8 |
+
pytube
|