Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,8 +105,8 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Image Generation Playground") as d
|
|
| 105 |
image_output_pony = gr.Image(label="Generated Image", format="png", interactive=False)
|
| 106 |
used_seed_pony = gr.Number(label="Used Seed", interactive=False)
|
| 107 |
|
| 108 |
-
with gr.Tab(label="NetaYume"):
|
| 109 |
-
gr.Markdown("## 馃寣 NetaYume Lumina")
|
| 110 |
gr.Markdown("Generate images from text prompts using the Lumina 2 model with a focus on anime aesthetics.")
|
| 111 |
with gr.Row(variant="panel"):
|
| 112 |
with gr.Column(scale=2):
|
|
|
|
| 105 |
image_output_pony = gr.Image(label="Generated Image", format="png", interactive=False)
|
| 106 |
used_seed_pony = gr.Number(label="Used Seed", interactive=False)
|
| 107 |
|
| 108 |
+
with gr.Tab(label="NetaYume v3.5"):
|
| 109 |
+
gr.Markdown("## 馃寣 NetaYume v3.5 Lumina")
|
| 110 |
gr.Markdown("Generate images from text prompts using the Lumina 2 model with a focus on anime aesthetics.")
|
| 111 |
with gr.Row(variant="panel"):
|
| 112 |
with gr.Column(scale=2):
|