Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,7 +94,7 @@ with gr.Blocks(theme=random.choice([gr.themes.Monochrome(),gr.themes.Base.from_h
|
|
| 94 |
btn=gr.Button("GENERATE")
|
| 95 |
with gr.Accordion("Advanced Settings", open=False):
|
| 96 |
inet=gr.Textbox(label="Negative_prompt", value="lowres,text,bad quality,low quality,jpeg artifacts,ugly,bad hands,bad face,blurry,bad eyes,watermark,signature")
|
| 97 |
-
inyt=gr.Slider(label="Num inference steps",minimum=1,step=1,maximum=30,value=
|
| 98 |
indt=gr.Slider(label="Manual seed (leave 0 for random)",minimum=0,step=32,maximum=2147483616,value=0)
|
| 99 |
inwt=gr.Slider(label="Width",minimum=256,step=32,maximum=512,value=256)
|
| 100 |
inht=gr.Slider(label="Height",minimum=256,step=32,maximum=512,value=256)
|
|
|
|
| 94 |
btn=gr.Button("GENERATE")
|
| 95 |
with gr.Accordion("Advanced Settings", open=False):
|
| 96 |
inet=gr.Textbox(label="Negative_prompt", value="lowres,text,bad quality,low quality,jpeg artifacts,ugly,bad hands,bad face,blurry,bad eyes,watermark,signature")
|
| 97 |
+
inyt=gr.Slider(label="Num inference steps",minimum=1,step=1,maximum=30,value=8)
|
| 98 |
indt=gr.Slider(label="Manual seed (leave 0 for random)",minimum=0,step=32,maximum=2147483616,value=0)
|
| 99 |
inwt=gr.Slider(label="Width",minimum=256,step=32,maximum=512,value=256)
|
| 100 |
inht=gr.Slider(label="Height",minimum=256,step=32,maximum=512,value=256)
|