Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,10 +19,9 @@ def create_interface():
|
|
| 19 |
input_file = gr.File(label="Upload File (TXT, PDF, or Video)")
|
| 20 |
|
| 21 |
with gr.Column(scale=1):
|
| 22 |
-
with gr.
|
| 23 |
example_video = gr.Video(value=example_video_path, label="Example Video Preview")
|
| 24 |
example_button = gr.Button("Use Example Video", size="lg")
|
| 25 |
-
|
| 26 |
|
| 27 |
with gr.Column():
|
| 28 |
progress = gr.Progress()
|
|
|
|
| 19 |
input_file = gr.File(label="Upload File (TXT, PDF, or Video)")
|
| 20 |
|
| 21 |
with gr.Column(scale=1):
|
| 22 |
+
with gr.Column(elem_classes="same-width"):
|
| 23 |
example_video = gr.Video(value=example_video_path, label="Example Video Preview")
|
| 24 |
example_button = gr.Button("Use Example Video", size="lg")
|
|
|
|
| 25 |
|
| 26 |
with gr.Column():
|
| 27 |
progress = gr.Progress()
|