Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -85,9 +85,7 @@ title = "Generative with Textual Inversion"
|
|
85 |
description = "A simple Gradio interface to infer Stable Diffusion and generate images with different art styles"
|
86 |
examples = [
|
87 |
["A majestic castle on a floating island", 'Illustration Style', 20, 7.5, 42, 'Grayscale', 200],
|
88 |
-
["A cyberpunk cityscape at night", 'Midjourney', 25, 8.0, 123, 'Contrast', 300]
|
89 |
-
["A serene Japanese garden with cherry blossoms", 'Hanfu Anime', 15, 6.5, 789, 'Saturation', 250],
|
90 |
-
["An abstract representation of emotions", 'Marc Allante', 30, 9.0, 1010, 'Symmetry', 400]
|
91 |
]
|
92 |
|
93 |
demo = gr.Interface(inference,
|
|
|
85 |
description = "A simple Gradio interface to infer Stable Diffusion and generate images with different art styles"
|
86 |
examples = [
|
87 |
["A majestic castle on a floating island", 'Illustration Style', 20, 7.5, 42, 'Grayscale', 200],
|
88 |
+
["A cyberpunk cityscape at night", 'Midjourney', 25, 8.0, 123, 'Contrast', 300]
|
|
|
|
|
89 |
]
|
90 |
|
91 |
demo = gr.Interface(inference,
|