Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -266,7 +266,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
|
266 |
with gr.Column(scale=2):
|
267 |
prompt_input = gr.Textbox(label="Prompt (Optional)")
|
268 |
with gr.Column(scale=1):
|
269 |
-
run_button = gr.Button("Generate Image / Diffusers Outpaint Image Lightning
|
270 |
|
271 |
with gr.Row():
|
272 |
model_selector = gr.Dropdown(
|
|
|
266 |
with gr.Column(scale=2):
|
267 |
prompt_input = gr.Textbox(label="Prompt (Optional)")
|
268 |
with gr.Column(scale=1):
|
269 |
+
run_button = gr.Button("Generate Image / Diffusers Outpaint Image Lightning / Lightning v4, v5", elem_classes="submit-btn")
|
270 |
|
271 |
with gr.Row():
|
272 |
model_selector = gr.Dropdown(
|