fffiloni commited on
Commit
08a027e
1 Parent(s): c576d1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks() as demo:
99
  """)
100
  with gr.Row():
101
  with gr.Column():
102
- input_video = gr.Video(label="Input Video")
103
  submit_btn = gr.Button("Submit")
104
  with gr.Column():
105
 
 
99
  """)
100
  with gr.Row():
101
  with gr.Column():
102
+ input_video = gr.Video(label="Input Video", interactive=False)
103
  submit_btn = gr.Button("Submit")
104
  with gr.Column():
105