Salman11223 commited on
Commit
e6141d8
·
verified ·
1 Parent(s): a4d83ea

Update translate.py

Browse files
Files changed (1) hide show
  1. translate.py +1 -1
translate.py CHANGED
@@ -104,7 +104,7 @@ class translation:
104
  translated_text = self.translate_text(transcript_text)
105
  translated_audio_path = self.generate_audio(translated_text)
106
  #Generate video
107
- %cd /content/Wav2Lip
108
 
109
  #This is the detection box padding, if you see it doesnt sit quite right, just adjust the values a bit. Usually the bottom one is the biggest issue
110
  pad_top = 0
 
104
  translated_text = self.translate_text(transcript_text)
105
  translated_audio_path = self.generate_audio(translated_text)
106
  #Generate video
107
+ # %cd /content/Wav2Lip
108
 
109
  #This is the detection box padding, if you see it doesnt sit quite right, just adjust the values a bit. Usually the bottom one is the biggest issue
110
  pad_top = 0