MrAli813 commited on
Commit
5140b41
·
1 Parent(s): cd8b6e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,8 +43,8 @@ A3 = gr.load(
43
  "huggingface/stabilityai/stable-diffusion-xl-base-1.0",
44
  inputs=[gr.Textbox(label="Enter Your Image Description")],
45
  outputs=[gr.Image(label="Image")],
46
- title="Sailcloth",
47
- description="Bring Your Imagination Into Existence On The Digital Canvas",
48
  allow_flagging="never",
49
  examples=["A monster wandering the streets of downtown Atlanta","A robot in a Brazilian favela"])
50
 
 
43
  "huggingface/stabilityai/stable-diffusion-xl-base-1.0",
44
  inputs=[gr.Textbox(label="Enter Your Image Description")],
45
  outputs=[gr.Image(label="Image")],
46
+ title="Reverie",
47
+ description="Bring Your Imagination Into Existence On The Digital Canvas With Reverie, Powered By Stable Diffusion",
48
  allow_flagging="never",
49
  examples=["A monster wandering the streets of downtown Atlanta","A robot in a Brazilian favela"])
50