fffiloni commited on
Commit
686542a
1 Parent(s): ec5560f

fixed a typo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, output_file)
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