Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,11 +38,11 @@ gr.Interface(
|
|
38 |
gr.Textbox(label="Positive Prompt", value="han solo in mnky style, high quality, 4k, trending on artstation"),
|
39 |
gr.Textbox(label="Negative Prompt", value="bad, ugly"),
|
40 |
gr.Slider(label='Number of gen image', minimum=1, maximum=4, value=2, step=1),
|
41 |
-
gr.Slider(label="Inference Steps", value=
|
42 |
gr.Slider(label='Guidance scale', value=7, maximum=15, minimum=0, step=0.5),
|
43 |
],
|
44 |
outputs=[
|
45 |
gr.Gallery(show_label=False).style(grid=(1,2)),
|
46 |
],
|
47 |
-
examples=[["geralt of rivia in mnky style, high quality, 4k, trending on artstation", "bad, ugly", 2,
|
48 |
).queue().launch(debug=True)
|
|
|
38 |
gr.Textbox(label="Positive Prompt", value="han solo in mnky style, high quality, 4k, trending on artstation"),
|
39 |
gr.Textbox(label="Negative Prompt", value="bad, ugly"),
|
40 |
gr.Slider(label='Number of gen image', minimum=1, maximum=4, value=2, step=1),
|
41 |
+
gr.Slider(label="Inference Steps", value=50),
|
42 |
gr.Slider(label='Guidance scale', value=7, maximum=15, minimum=0, step=0.5),
|
43 |
],
|
44 |
outputs=[
|
45 |
gr.Gallery(show_label=False).style(grid=(1,2)),
|
46 |
],
|
47 |
+
examples=[["geralt of rivia in mnky style, high quality, 4k, trending on artstation", "bad, ugly", 2, 50, 7]],
|
48 |
).queue().launch(debug=True)
|