Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -257,7 +257,7 @@ with gr.Blocks(css=HTML_TEMPLATE) as demo:
|
|
257 |
Thank you for your patience!
|
258 |
""")
|
259 |
|
260 |
-
|
261 |
examples=[
|
262 |
["Floating island with waterfalls", 'Illustration Style', 50, 7.5, 42, 'Grayscale', 200, "256x256"],
|
263 |
["Futuristic city with neon lights", 'Line Art', 30, 8.0, 123, 'Bright', 300, "256x256"],
|
|
|
257 |
Thank you for your patience!
|
258 |
""")
|
259 |
|
260 |
+
gr.Examples(
|
261 |
examples=[
|
262 |
["Floating island with waterfalls", 'Illustration Style', 50, 7.5, 42, 'Grayscale', 200, "256x256"],
|
263 |
["Futuristic city with neon lights", 'Line Art', 30, 8.0, 123, 'Bright', 300, "256x256"],
|