Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ with gr.Blocks() as demo:
|
|
| 55 |
gr.Markdown("Finaliser")
|
| 56 |
with gr.Row():
|
| 57 |
with gr.Column():
|
| 58 |
-
input_video_component = gr.Video(
|
| 59 |
generate_button = gr.Button("Finalise", variant="primary")
|
| 60 |
with gr.Column():
|
| 61 |
video_output_1 = gr.Video(label="Generated Video", autoplay=True, interactive=False)
|
|
|
|
| 55 |
gr.Markdown("Finaliser")
|
| 56 |
with gr.Row():
|
| 57 |
with gr.Column():
|
| 58 |
+
input_video_component = gr.Video(label="Input Video")
|
| 59 |
generate_button = gr.Button("Finalise", variant="primary")
|
| 60 |
with gr.Column():
|
| 61 |
video_output_1 = gr.Video(label="Generated Video", autoplay=True, interactive=False)
|