SPACERUNNER99 commited on
Commit
eb81932
·
verified ·
1 Parent(s): c121fb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def main(url, clip_type, parameters, progress=gr.Progress()):
116
  input_video={"video":handle_file(video)},
117
  color=color,
118
  font=font,
119
- audio_in=mp3_file,
120
  api_name="/video_edit"
121
  )
122
  client.close()
 
116
  input_video={"video":handle_file(video)},
117
  color=color,
118
  font=font,
119
+ input_audio=mp3_file,
120
  api_name="/video_edit"
121
  )
122
  client.close()