capstonedubtrack commited on
Commit
176c9e2
·
verified ·
1 Parent(s): c0edc6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"