Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ os.system('pip3 install speechRecognition')
|
|
10 |
os.system('pip3 install gtts')
|
11 |
os.system('pip3 install googletrans==3.1.0a0')
|
12 |
os.system('pip install numba==0.48')
|
|
|
13 |
|
14 |
title = "Automatic translation and dubbing for Indic Languages"
|
15 |
description = "A demo application to dub and translate videos spoken in Tamil, Hindi, Bengali and Telugu"
|
|
|
10 |
os.system('pip3 install gtts')
|
11 |
os.system('pip3 install googletrans==3.1.0a0')
|
12 |
os.system('pip install numba==0.48')
|
13 |
+
os.system('pip3 install transformers')
|
14 |
|
15 |
title = "Automatic translation and dubbing for Indic Languages"
|
16 |
description = "A demo application to dub and translate videos spoken in Tamil, Hindi, Bengali and Telugu"
|