Spaces:
Sleeping
Sleeping
Squaad AI
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -98,12 +98,6 @@ def generate(
|
|
98 |
).images[0]
|
99 |
return image
|
100 |
|
101 |
-
|
102 |
-
examples = [
|
103 |
-
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
|
104 |
-
"An astronaut riding a green horse",
|
105 |
-
]
|
106 |
-
|
107 |
with gr.Blocks(theme=gr.themes.Soft(), css="style.css") as demo:
|
108 |
gr.HTML(
|
109 |
"<p><center>π For any additional support, join our <a href='https://discord.gg/JprjXpjt9K'>Discord</a></center></p>"
|
|
|
98 |
).images[0]
|
99 |
return image
|
100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
with gr.Blocks(theme=gr.themes.Soft(), css="style.css") as demo:
|
102 |
gr.HTML(
|
103 |
"<p><center>π For any additional support, join our <a href='https://discord.gg/JprjXpjt9K'>Discord</a></center></p>"
|