Update app.py
Browse files
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 |
|