SPACERUNNER99 commited on
Commit
bf327cd
·
verified ·
1 Parent(s): bbbcc0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def main(url, clip_type, parameters, progress=gr.Progress()):
120
  api_name="/video_edit"
121
  )
122
  client.close()
123
- output_video_file = output_video_response['video']
124
  yield "درحال پردازش ویدئو", output_video_file
125
  with gr.Blocks() as demo:
126
  gr.Markdown("Start typing below and then click **Run** to see the progress and final output.")
 
120
  api_name="/video_edit"
121
  )
122
  client.close()
123
+ output_video_file = output_video_file['video']
124
  yield "درحال پردازش ویدئو", output_video_file
125
  with gr.Blocks() as demo:
126
  gr.Markdown("Start typing below and then click **Run** to see the progress and final output.")