Spaces:
Running
Running
JV A
commited on
Commit
·
0b1fd5e
1
Parent(s):
8349fa7
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ iface = gr.Interface(
|
|
85 |
inputs=[
|
86 |
gr.components.Textbox(label="Prompt"),
|
87 |
gr.components.Textbox(default="ugly, tiling, poorlydrawn hands, poorly drawn feet, poorly drawn face, out of frame, extra limbs, disfigured, deformed, body out of frame, blurry, bad anatomy, blurred, watermark, grainy, signature, cut off, draft", label="Negative Prompt"),
|
88 |
-
gr.components.Slider(minimum=10, maximum=100, default=30, label="Steps"),
|
89 |
gr.components.Dropdown(choices=[
|
90 |
"Euler a",
|
91 |
"Euler",
|
|
|
85 |
inputs=[
|
86 |
gr.components.Textbox(label="Prompt"),
|
87 |
gr.components.Textbox(default="ugly, tiling, poorlydrawn hands, poorly drawn feet, poorly drawn face, out of frame, extra limbs, disfigured, deformed, body out of frame, blurry, bad anatomy, blurred, watermark, grainy, signature, cut off, draft", label="Negative Prompt"),
|
88 |
+
gr.components.Slider(minimum=10, maximum=100, step=1.0,default=30, label="Steps"),
|
89 |
gr.components.Dropdown(choices=[
|
90 |
"Euler a",
|
91 |
"Euler",
|