Spaces:
Runtime error
Runtime error
Commit
·
d1cd024
1
Parent(s):
8c2f56b
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# Youtube Video Translator
|
3 |
# Developed by Ruslan Magana Vsevolodovna
|
4 |
# https://ruslanmv.com/
|
5 |
-
|
6 |
# importing all necessary libraries
|
7 |
import pathlib
|
8 |
import sys, os
|
@@ -11,6 +11,7 @@ import gradio as gr
|
|
11 |
import os
|
12 |
import speech_recognition as sr
|
13 |
from googletrans import Translator, constants
|
|
|
14 |
from pprint import pprint
|
15 |
from moviepy.editor import *
|
16 |
from pytube import YouTube
|
|
|
2 |
# Youtube Video Translator
|
3 |
# Developed by Ruslan Magana Vsevolodovna
|
4 |
# https://ruslanmv.com/
|
5 |
+
|
6 |
# importing all necessary libraries
|
7 |
import pathlib
|
8 |
import sys, os
|
|
|
11 |
import os
|
12 |
import speech_recognition as sr
|
13 |
from googletrans import Translator, constants
|
14 |
+
pip install googletrans
|
15 |
from pprint import pprint
|
16 |
from moviepy.editor import *
|
17 |
from pytube import YouTube
|