Spaces:
Running
Running
fixed a typo
Browse files
app.py
CHANGED
@@ -230,7 +230,7 @@ def generate_talking_portrait(portrait, voice, progress=gr.Progress(track_tqdm=T
|
|
230 |
# Convert video to readable format
|
231 |
|
232 |
final_output_file = f"converted_{talking_portrait_vid}"
|
233 |
-
change_video_codec(talking_portrait_vid,
|
234 |
|
235 |
return final_output_file
|
236 |
|
|
|
230 |
# Convert video to readable format
|
231 |
|
232 |
final_output_file = f"converted_{talking_portrait_vid}"
|
233 |
+
change_video_codec(talking_portrait_vid, final_output_file)
|
234 |
|
235 |
return final_output_file
|
236 |
|