Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -315,8 +315,8 @@ with gr.Blocks(css=css_and_html) as demo:
|
|
315 |
|
316 |
gr.Examples(
|
317 |
examples=[
|
318 |
-
["
|
319 |
-
["
|
320 |
["Japanese garden with cherry blossoms", 'Hitokomoru Style', 40, 7.0, 789, 'Contrast', 250, "256x256"],
|
321 |
],
|
322 |
inputs=[text, style, inference_step, guidance_scale, seed, guidance_method, loss_scale, image_size],
|
|
|
315 |
|
316 |
gr.Examples(
|
317 |
examples=[
|
318 |
+
["Magical Forest with Glowing Trees", 'Birb Style', 40, 7.5, 42, 'Grayscale', 200, "256x256"],
|
319 |
+
[" Ancient Temple Ruins at Sunset", 'Midjourney', 30, 8.0, 123, 'Bright', 5678, "256x256"],
|
320 |
["Japanese garden with cherry blossoms", 'Hitokomoru Style', 40, 7.0, 789, 'Contrast', 250, "256x256"],
|
321 |
],
|
322 |
inputs=[text, style, inference_step, guidance_scale, seed, guidance_method, loss_scale, image_size],
|