Spaces:
Running
on
Zero
Running
on
Zero
Anonymous
commited on
Commit
•
d56275b
1
Parent(s):
45e7ac3
add spaces
Browse files
app.py
CHANGED
@@ -707,7 +707,9 @@ with gr.Blocks(css=css) as demo:
|
|
707 |
|
708 |
with gr.Row():
|
709 |
submit_btn = gr.Button("Generate", variant='primary')
|
710 |
-
|
|
|
|
|
711 |
|
712 |
with gr.Row():
|
713 |
gr.Examples(label='Sample Prompts', examples=examples, inputs=[prompt_in, target_indices, ddim_edit, seed, ddim_steps, unconditional_guidance_scale, video_fps, save_fps, height_ratio, width_ratio, radio_mode, dropdown_diy, *frame_indices, *h_positions, *w_positions])
|
|
|
707 |
|
708 |
with gr.Row():
|
709 |
submit_btn = gr.Button("Generate", variant='primary')
|
710 |
+
|
711 |
+
with gr.Row():
|
712 |
+
check_btn = gr.Button("Check Existing Results", variant='secondary')
|
713 |
|
714 |
with gr.Row():
|
715 |
gr.Examples(label='Sample Prompts', examples=examples, inputs=[prompt_in, target_indices, ddim_edit, seed, ddim_steps, unconditional_guidance_scale, video_fps, save_fps, height_ratio, width_ratio, radio_mode, dropdown_diy, *frame_indices, *h_positions, *w_positions])
|