MrAli813 commited on
Commit
63de641
1 Parent(s): afc5ea9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ A3 = gr.load(
44
  title="Sailcloth",
45
  description="Bring Your Imagination Into Existence With Stable Diffusion",
46
  allow_flagging="never",
47
- examples=["A ghastly spirit wandering the streets of Atlanta","A robot in a Brazilian favela"])
48
 
49
 
50
  pcp = gr.TabbedInterface([A1, A2, A3], ["Chat", "Describe", "Create"], theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
 
44
  title="Sailcloth",
45
  description="Bring Your Imagination Into Existence With Stable Diffusion",
46
  allow_flagging="never",
47
+ examples=["A monster wandering the streets of downtown Atlanta","A robot in a Brazilian favela"])
48
 
49
 
50
  pcp = gr.TabbedInterface([A1, A2, A3], ["Chat", "Describe", "Create"], theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))