Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -332,7 +332,6 @@ with gr.Blocks(css= "style.css") as app:
|
|
| 332 |
image_out = gr.Image(label="Output", elem_id="output-img")
|
| 333 |
|
| 334 |
btn.click(fn=predict, inputs=[image, prompt, negative_prompt, guidance_scale, steps, strength, scheduler], outputs=[image_out, share_btn_container])
|
| 335 |
-
prompt.submit(fn=predict, inputs=[image, prompt, negative_prompt, guidance_scale, steps, strength, scheduler], outputs=[image_out, share_btn_container])
|
| 336 |
|
| 337 |
|
| 338 |
|
|
|
|
| 332 |
image_out = gr.Image(label="Output", elem_id="output-img")
|
| 333 |
|
| 334 |
btn.click(fn=predict, inputs=[image, prompt, negative_prompt, guidance_scale, steps, strength, scheduler], outputs=[image_out, share_btn_container])
|
|
|
|
| 335 |
|
| 336 |
|
| 337 |
|