Spaces:
Runtime error
Runtime error
jhj0517
commited on
Commit
Β·
31d94d2
1
Parent(s):
b109f8e
Update label
Browse files
app.py
CHANGED
|
@@ -171,7 +171,7 @@ class App:
|
|
| 171 |
with gr.Row():
|
| 172 |
btn_generate = gr.Button("GENERATE", variant="primary")
|
| 173 |
with gr.Row():
|
| 174 |
-
vid_output = gr.Video(label="Output")
|
| 175 |
with gr.Column():
|
| 176 |
output_file = gr.File(label="Downloadable Output File", scale=9)
|
| 177 |
btn_open_folder = gr.Button("π\nOpen Output folder", scale=1)
|
|
|
|
| 171 |
with gr.Row():
|
| 172 |
btn_generate = gr.Button("GENERATE", variant="primary")
|
| 173 |
with gr.Row():
|
| 174 |
+
vid_output = gr.Video(label="Output Video", interactive=False)
|
| 175 |
with gr.Column():
|
| 176 |
output_file = gr.File(label="Downloadable Output File", scale=9)
|
| 177 |
btn_open_folder = gr.Button("π\nOpen Output folder", scale=1)
|