Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ with gr.Blocks() as demo:
|
|
| 28 |
with gr.Column():
|
| 29 |
with gr.Row():
|
| 30 |
with gr.Column():
|
| 31 |
-
|
| 32 |
with gr.Column():
|
| 33 |
output_video = gr.Video()
|
| 34 |
|
|
|
|
| 28 |
with gr.Column():
|
| 29 |
with gr.Row():
|
| 30 |
with gr.Column():
|
| 31 |
+
run_btn = gr.Button("Run")
|
| 32 |
with gr.Column():
|
| 33 |
output_video = gr.Video()
|
| 34 |
|