cutiee82 commited on
Commit
a80fd23
·
verified ·
1 Parent(s): b4dffda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -37,8 +37,8 @@ with gr.Blocks(
37
  title="Text-to-image UI",
38
  css="footer {display: none !important}"
39
  ) as app:
40
- gr.Markdown("Text-to-image UI by [cherry-ghosts](https://hf.co/cherry-ghosts)")
41
- with gr.Tab("Generate"):
42
  result = gr.Image(
43
  label="Image",
44
  show_label=False,
@@ -56,7 +56,7 @@ with gr.Blocks(
56
  )
57
  btn = gr.Button("Generate", variant="primary")
58
 
59
- with gr.Tab("Advanced settings"):
60
  with gr.Row():
61
  seed = gr.Slider(
62
  label="Seed",
 
37
  title="Text-to-image UI",
38
  css="footer {display: none !important}"
39
  ) as app:
40
+ gr.Markdown("# Text-to-Image UI")
41
+ with gr.Tab("🎨 Generate"):
42
  result = gr.Image(
43
  label="Image",
44
  show_label=False,
 
56
  )
57
  btn = gr.Button("Generate", variant="primary")
58
 
59
+ with gr.Tab("⚙️ Settings"):
60
  with gr.Row():
61
  seed = gr.Slider(
62
  label="Seed",