Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ def inference(text, style, inference_step, guidance_scale, seed, guidance_method
|
|
101 |
title = "Generative with Textual Inversion and Guidance"
|
102 |
description = "A Gradio interface to infer Stable Diffusion and generate images with different art styles and guidance methods"
|
103 |
examples = [
|
104 |
-
["A majestic castle on a floating island", 'Illustration Style',
|
105 |
]
|
106 |
|
107 |
demo = gr.Interface(inference,
|
|
|
101 |
title = "Generative with Textual Inversion and Guidance"
|
102 |
description = "A Gradio interface to infer Stable Diffusion and generate images with different art styles and guidance methods"
|
103 |
examples = [
|
104 |
+
["A majestic castle on a floating island", 'Illustration Style', 10, 7.5, 42, 'Grayscale', 200]
|
105 |
]
|
106 |
|
107 |
demo = gr.Interface(inference,
|