Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
app.py
CHANGED
@@ -200,7 +200,7 @@ with gr.Blocks(css=css) as demo:
|
|
200 |
|
201 |
inputs = [image_input, prompt, strength, steps, seed]
|
202 |
generate_bt.click(fn=predict, inputs=inputs, outputs=image, show_progress=False)
|
203 |
-
prompt.
|
204 |
steps.change(fn=predict, inputs=inputs, outputs=image, show_progress=False)
|
205 |
seed.change(fn=predict, inputs=inputs, outputs=image, show_progress=False)
|
206 |
strength.change(fn=predict, inputs=inputs, outputs=image, show_progress=False)
|
|
|
200 |
|
201 |
inputs = [image_input, prompt, strength, steps, seed]
|
202 |
generate_bt.click(fn=predict, inputs=inputs, outputs=image, show_progress=False)
|
203 |
+
prompt.change(fn=predict, inputs=inputs, outputs=image, show_progress=False)
|
204 |
steps.change(fn=predict, inputs=inputs, outputs=image, show_progress=False)
|
205 |
seed.change(fn=predict, inputs=inputs, outputs=image, show_progress=False)
|
206 |
strength.change(fn=predict, inputs=inputs, outputs=image, show_progress=False)
|