Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -124,7 +124,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 124 |
minimum=1,
|
| 125 |
maximum=50,
|
| 126 |
step=1,
|
| 127 |
-
value=
|
| 128 |
)
|
| 129 |
|
| 130 |
# gr.Examples(examples=examples, inputs=[prompt], outputs=[result, seed], fn=infer, cache_examples=False)
|
|
@@ -135,7 +135,6 @@ with gr.Blocks(css=css) as demo:
|
|
| 135 |
inputs=[
|
| 136 |
input_image,
|
| 137 |
prompt,
|
| 138 |
-
# negative_prompt is no longer an input from the UI
|
| 139 |
seed,
|
| 140 |
randomize_seed,
|
| 141 |
guidance_scale,
|
|
|
|
| 124 |
minimum=1,
|
| 125 |
maximum=50,
|
| 126 |
step=1,
|
| 127 |
+
value=50,
|
| 128 |
)
|
| 129 |
|
| 130 |
# gr.Examples(examples=examples, inputs=[prompt], outputs=[result, seed], fn=infer, cache_examples=False)
|
|
|
|
| 135 |
inputs=[
|
| 136 |
input_image,
|
| 137 |
prompt,
|
|
|
|
| 138 |
seed,
|
| 139 |
randomize_seed,
|
| 140 |
guidance_scale,
|