Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ demo = gr.Interface(
|
|
| 31 |
gr.Image(sources=["upload", "webcam", "clipboard"], type="filepath", label="Image to edit"),
|
| 32 |
gr.Textbox(label='Your Guidance'),
|
| 33 |
gr.Slider(1, 5, value=2, step=1, label='Quality Steps'),
|
| 34 |
-
gr.Slider(label="Seed", minimum=0, maximum=67, step=1, randomize=False),
|
| 35 |
gr.Slider(label='Guidance Strength', minimum=0.1, maximum=1, step=.05, value=.5)
|
| 36 |
],
|
| 37 |
outputs='image',
|
|
|
|
| 31 |
gr.Image(sources=["upload", "webcam", "clipboard"], type="filepath", label="Image to edit"),
|
| 32 |
gr.Textbox(label='Your Guidance'),
|
| 33 |
gr.Slider(1, 5, value=2, step=1, label='Quality Steps'),
|
| 34 |
+
gr.Slider(label="Seed", minimum=0, maximum=67, step=1, randomize=False, visible=False),
|
| 35 |
gr.Slider(label='Guidance Strength', minimum=0.1, maximum=1, step=.05, value=.5)
|
| 36 |
],
|
| 37 |
outputs='image',
|