Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def create_interface():
|
|
15 |
input_file = gr.File(label="Upload File (TXT, PDF, or Video)")
|
16 |
with gr.Column():
|
17 |
example_button = gr.Button("Use Example Video")
|
18 |
-
example_video = gr.Video(label="Example Video Preview", visible=
|
19 |
|
20 |
with gr.Column():
|
21 |
progress = gr.Progress()
|
|
|
15 |
input_file = gr.File(label="Upload File (TXT, PDF, or Video)")
|
16 |
with gr.Column():
|
17 |
example_button = gr.Button("Use Example Video")
|
18 |
+
example_video = gr.Video(label="Example Video Preview", visible=True)
|
19 |
|
20 |
with gr.Column():
|
21 |
progress = gr.Progress()
|