Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ 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.Column(
|
23 |
example_video = gr.Video(value=example_video_path, label="Example Video Preview")
|
24 |
example_button = gr.Button("Use Example Video", size="lg")
|
25 |
|
|
|
19 |
input_file = gr.File(label="Upload File (TXT, PDF, or Video)")
|
20 |
|
21 |
with gr.Column(scale=1):
|
22 |
+
with gr.Column():
|
23 |
example_video = gr.Video(value=example_video_path, label="Example Video Preview")
|
24 |
example_button = gr.Button("Use Example Video", size="lg")
|
25 |
|