Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ os.system('pip3 install --upgrade numpy')
|
|
11 |
os.system('pip3 install speechRecognition')
|
12 |
os.system('pip3 install gtts')
|
13 |
os.system('pip3 install googletrans==3.1.0a0')
|
14 |
-
os.system('
|
15 |
os.system('pip3 install transformers')
|
16 |
|
17 |
title = "Automatic translation and dubbing for Indic Languages"
|
|
|
11 |
os.system('pip3 install speechRecognition')
|
12 |
os.system('pip3 install gtts')
|
13 |
os.system('pip3 install googletrans==3.1.0a0')
|
14 |
+
os.system('pip3 install numba==0.48')
|
15 |
os.system('pip3 install transformers')
|
16 |
|
17 |
title = "Automatic translation and dubbing for Indic Languages"
|