alexnasa commited on
Commit
8cb18fc
·
verified ·
1 Parent(s): 61b26d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -319,7 +319,7 @@ if __name__ == "__main__":
319
 
320
  with gr.Row():
321
  with gr.Column():
322
- input_video = gr.Video(label="Upload Video", interactive=True, height=512)
323
 
324
  submit_btn = gr.Button(
325
  "Reconstruct", scale=1, variant="primary"
 
319
 
320
  with gr.Row():
321
  with gr.Column():
322
+ input_video = gr.Video(label="Upload Video", sources=["upload"], interactive=True, height=512)
323
 
324
  submit_btn = gr.Button(
325
  "Reconstruct", scale=1, variant="primary"