capstonedubtrack
commited on
Commit
•
50f7dbd
1
Parent(s):
18a65c3
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ os.system('pip install googletrans==3.1.0a0')
|
|
11 |
os.system('pip install pydub')
|
12 |
os.system('pip3 install transformers==4.11.3 soundfile sentencepiece torchaudio librosa')
|
13 |
os.system('mv ./Wav2Lip/* .')
|
|
|
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"
|
|
|
11 |
os.system('pip install pydub')
|
12 |
os.system('pip3 install transformers==4.11.3 soundfile sentencepiece torchaudio librosa')
|
13 |
os.system('mv ./Wav2Lip/* .')
|
14 |
+
os.system('pip install -r requirements.txt')
|
15 |
|
16 |
title = "Automatic translation and dubbing for Indic Languages"
|
17 |
description = "A demo application to dub and translate videos spoken in Tamil, Hindi, Bengali and Telugu"
|