r3gm commited on
Commit
81d5cf7
verified
1 Parent(s): 3f913b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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):