Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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
|
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"))
|