capstonedubtrack commited on
Commit
e625299
·
1 Parent(s): 416598a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +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
- 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"
 
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.48')
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"