Spaces:
Running
on
Zero
Running
on
Zero
Update run_gradio.py
Browse files- run_gradio.py +1 -1
run_gradio.py
CHANGED
@@ -391,7 +391,7 @@ with gr.Blocks() as demo:
|
|
391 |
undo_button = gr.Button("Undo")
|
392 |
undo_button.click(undo_last_point, inputs=[ref, base], outputs=[output_img1, output_coords1, output_img2, output_coords2])
|
393 |
|
394 |
-
run_local_button = gr.Button(
|
395 |
|
396 |
with gr.Row():
|
397 |
gr.Examples(
|
|
|
391 |
undo_button = gr.Button("Undo")
|
392 |
undo_button.click(undo_last_point, inputs=[ref, base], outputs=[output_img1, output_coords1, output_img2, output_coords2])
|
393 |
|
394 |
+
run_local_button = gr.Button("Generate")
|
395 |
|
396 |
with gr.Row():
|
397 |
gr.Examples(
|