capstonedubtrack commited on
Commit
674fe8f
1 Parent(s): 142f986

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ os.system('git clone https://github.com/Rudrabha/Wav2Lip.git')
6
  os.system('curl -o ./Wav2Lip/face_detection/detection/sfd/s3fd.pth https://www.adrianbulat.com/downloads/python-fan/s3fd-619a316812.pth')
7
  os.system('mv ./Wav2Lip/* .')
8
 
9
- title = "Automatic translation and dubbbing for Indic Languages"
10
  description = "A demo application to dub and translate videos spoken in Tamil, Hindi, Bengali and Telugu"
11
  article = "Official Repo: https://github.com/Rudrabha/Wav2Lip"
12
 
 
6
  os.system('curl -o ./Wav2Lip/face_detection/detection/sfd/s3fd.pth https://www.adrianbulat.com/downloads/python-fan/s3fd-619a316812.pth')
7
  os.system('mv ./Wav2Lip/* .')
8
 
9
+ title = "Automatic translation and dubbing for Indic Languages"
10
  description = "A demo application to dub and translate videos spoken in Tamil, Hindi, Bengali and Telugu"
11
  article = "Official Repo: https://github.com/Rudrabha/Wav2Lip"
12