Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,8 +23,8 @@ gradio_interface = Interface(
|
|
23 |
gr.Textbox(label="Prompt", lines=2, placeholder="Enter your prompt here..."),
|
24 |
gr.Textbox(label="Negative Prompt", lines=2, placeholder="What to exclude from the image..."),
|
25 |
gr.Slider(minimum=1, maximum=65, value=50, label="Steps", step=1),
|
26 |
-
gr.
|
27 |
-
gr.
|
28 |
],
|
29 |
outputs=Image(type="pil", show_download_button=True),
|
30 |
examples=[
|
|
|
23 |
gr.Textbox(label="Prompt", lines=2, placeholder="Enter your prompt here..."),
|
24 |
gr.Textbox(label="Negative Prompt", lines=2, placeholder="What to exclude from the image..."),
|
25 |
gr.Slider(minimum=1, maximum=65, value=50, label="Steps", step=1),
|
26 |
+
gr.Slider(minimum=1, maximum=20, value=7.5, label="Guidance Scale", step=0.1),
|
27 |
+
gr.Checkbox(label="Add recommended prompt items (4k, masterpiece)", value=False)
|
28 |
],
|
29 |
outputs=Image(type="pil", show_download_button=True),
|
30 |
examples=[
|