Spaces:
Runtime error
Runtime error
Change layout
Browse files
app.py
CHANGED
|
@@ -67,10 +67,11 @@ def create_advanced_demo(model: Model) -> gr.Blocks:
|
|
| 67 |
label='Show Denoising')
|
| 68 |
run_button = gr.Button('Run')
|
| 69 |
with gr.Column():
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
|
|
|
| 74 |
|
| 75 |
scheduler_type.change(fn=update_num_steps,
|
| 76 |
inputs=scheduler_type,
|
|
|
|
| 67 |
label='Show Denoising')
|
| 68 |
run_button = gr.Button('Run')
|
| 69 |
with gr.Column():
|
| 70 |
+
with gr.Row():
|
| 71 |
+
result = gr.Image(show_label=False, elem_id='result')
|
| 72 |
+
result_video = gr.Video(show_label=False,
|
| 73 |
+
visible=False,
|
| 74 |
+
elem_id='result-video')
|
| 75 |
|
| 76 |
scheduler_type.change(fn=update_num_steps,
|
| 77 |
inputs=scheduler_type,
|