Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -261,7 +261,7 @@ with gr.Blocks(with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo: css=css)
|
|
261 |
with gr.Column(scale=2):
|
262 |
prompt_input = gr.Textbox(label="Prompt (Optional)")
|
263 |
with gr.Column(scale=1):
|
264 |
-
run_button = gr.Button("Generate")
|
265 |
|
266 |
with gr.Row():
|
267 |
target_ratio = gr.Radio(
|
|
|
261 |
with gr.Column(scale=2):
|
262 |
prompt_input = gr.Textbox(label="Prompt (Optional)")
|
263 |
with gr.Column(scale=1):
|
264 |
+
run_button = gr.Button("Generate / Outpaint Image")
|
265 |
|
266 |
with gr.Row():
|
267 |
target_ratio = gr.Radio(
|