Spaces:
Runtime error
Runtime error
Update translate.py
Browse files- 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
|