Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ with block:
|
|
| 83 |
with gr.Column():
|
| 84 |
input_image = gr.Image(sources='upload', type="numpy")
|
| 85 |
prompt = gr.Textbox(label="Prompt")
|
| 86 |
-
run_button = gr.Button(
|
| 87 |
# run_button=gr.Button("Run")
|
| 88 |
with gr.Accordion("Advanced options", open=False):
|
| 89 |
num_samples = gr.Slider(label="Images", minimum=1, maximum=12, value=1, step=1)
|
|
|
|
| 83 |
with gr.Column():
|
| 84 |
input_image = gr.Image(sources='upload', type="numpy")
|
| 85 |
prompt = gr.Textbox(label="Prompt")
|
| 86 |
+
run_button = gr.Button("Generate")
|
| 87 |
# run_button=gr.Button("Run")
|
| 88 |
with gr.Accordion("Advanced options", open=False):
|
| 89 |
num_samples = gr.Slider(label="Images", minimum=1, maximum=12, value=1, step=1)
|