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