Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ examples = [
|
|
93 |
demo = gr.Interface(inference,
|
94 |
inputs = [gr.Textbox(label="Prompt", type="text"),
|
95 |
gr.Dropdown(label="Style", choices=list(style_token_dict.keys()), value="Illustration Style"),
|
96 |
-
gr.Slider(
|
97 |
gr.Slider(1, 10, 7.5, step = 0.1, label="Guidance scale"),
|
98 |
gr.Slider(0, 10000, 42, step = 1, label="Seed"),
|
99 |
gr.Dropdown(label="Guidance method", choices=['Grayscale', 'Bright', 'Contrast',
|
|
|
93 |
demo = gr.Interface(inference,
|
94 |
inputs = [gr.Textbox(label="Prompt", type="text"),
|
95 |
gr.Dropdown(label="Style", choices=list(style_token_dict.keys()), value="Illustration Style"),
|
96 |
+
gr.Slider(1, 50, 10, step = 1, label="Inference steps"),
|
97 |
gr.Slider(1, 10, 7.5, step = 0.1, label="Guidance scale"),
|
98 |
gr.Slider(0, 10000, 42, step = 1, label="Seed"),
|
99 |
gr.Dropdown(label="Guidance method", choices=['Grayscale', 'Bright', 'Contrast',
|