Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -450,7 +450,7 @@ h1 {
|
|
450 |
title = """<h1 align="center">IMAGINEO-4K : SDXL</h1>
|
451 |
<p><center>
|
452 |
<a href="https://huggingface.co/SG161222/RealVisXL_V4.0_Lightning" target="_blank">[Lightning 4]</a>
|
453 |
-
<a href="https://huggingface.co/SG161222/
|
454 |
<a href="https://huggingface.co/cagliostrolab/animagine-xl-4.0" target="_blank">[Animagine 4]</a>
|
455 |
</center></p>
|
456 |
"""
|
@@ -466,7 +466,7 @@ with gr.Blocks(css=css) as demo:
|
|
466 |
placeholder="Enter your prompt :/",
|
467 |
container=False,
|
468 |
)
|
469 |
-
run_button = gr.Button("Generate as
|
470 |
|
471 |
with gr.Row(visible=True):
|
472 |
model_selection = gr.Dropdown(
|
|
|
450 |
title = """<h1 align="center">IMAGINEO-4K : SDXL</h1>
|
451 |
<p><center>
|
452 |
<a href="https://huggingface.co/SG161222/RealVisXL_V4.0_Lightning" target="_blank">[Lightning 4]</a>
|
453 |
+
<a href="https://huggingface.co/SG161222/RealVisXL_V5.0_Lightning" target="_blank">[Lightning 5]</a>
|
454 |
<a href="https://huggingface.co/cagliostrolab/animagine-xl-4.0" target="_blank">[Animagine 4]</a>
|
455 |
</center></p>
|
456 |
"""
|
|
|
466 |
placeholder="Enter your prompt :/",
|
467 |
container=False,
|
468 |
)
|
469 |
+
run_button = gr.Button("Generate Image as (1024 x 1024)", scale=0, elem_classes="submit-btn")
|
470 |
|
471 |
with gr.Row(visible=True):
|
472 |
model_selection = gr.Dropdown(
|