fffiloni commited on
Commit
cad53bd
·
1 Parent(s): 48ed28b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ with gr.Blocks(css=css) as demo:
177
  video_res = gr.Video(label="result")
178
  status = gr.Textbox(label="result")
179
  video_in.change(fn=resize_video,
180
- inputs=[video_path],
181
  outputs=[video_in, video_path, video_length]
182
  )
183
  submit_btn.click(fn=run_inference,
 
177
  video_res = gr.Video(label="result")
178
  status = gr.Textbox(label="result")
179
  video_in.change(fn=resize_video,
180
+ inputs=[video_in],
181
  outputs=[video_in, video_path, video_length]
182
  )
183
  submit_btn.click(fn=run_inference,