cutiee82 commited on
Commit
c2a825e
Β·
verified Β·
1 Parent(s): 0855c65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,7 +22,7 @@ def generate(
22
  )
23
 
24
  with gr.Blocks(
25
- title="🎨 Text-to-Image",
26
  css="footer {display: none !important}",
27
  theme=gr.themes.Base(
28
  primary_hue="red",
@@ -30,7 +30,7 @@ with gr.Blocks(
30
  neutral_hue="neutral"
31
  )
32
  ) as app:
33
- gr.Markdown("# Text-to-Image")
34
  with gr.Tab("🎨 Generate"):
35
  result = gr.Image(
36
  label="Image",
 
22
  )
23
 
24
  with gr.Blocks(
25
+ title="πŸ’ Cherry Dreamer",
26
  css="footer {display: none !important}",
27
  theme=gr.themes.Base(
28
  primary_hue="red",
 
30
  neutral_hue="neutral"
31
  )
32
  ) as app:
33
+ gr.Markdown("# πŸ’ Cherry Dreamer")
34
  with gr.Tab("🎨 Generate"):
35
  result = gr.Image(
36
  label="Image",