capstonedubtrack
commited on
Commit
•
12620a4
1
Parent(s):
1d6ac10
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ os.system('pip3 install moviepy')
|
|
8 |
os.system('pip3 install speechRecognition')
|
9 |
os.system('pip3 install gtts')
|
10 |
os.system('pip3 install googletrans==3.1.0a0')
|
|
|
11 |
|
12 |
title = "Automatic translation and dubbing for Indic Languages"
|
13 |
description = "A demo application to dub and translate videos spoken in Tamil, Hindi, Bengali and Telugu"
|
|
|
8 |
os.system('pip3 install speechRecognition')
|
9 |
os.system('pip3 install gtts')
|
10 |
os.system('pip3 install googletrans==3.1.0a0')
|
11 |
+
os.system('pip install numba==0.53')
|
12 |
|
13 |
title = "Automatic translation and dubbing for Indic Languages"
|
14 |
description = "A demo application to dub and translate videos spoken in Tamil, Hindi, Bengali and Telugu"
|