Spaces:
Running
on
Zero
Running
on
Zero
yonishafir
commited on
Commit
•
0b58f45
1
Parent(s):
84c395b
Update app.py
Browse files
app.py
CHANGED
@@ -232,7 +232,7 @@ with image_blocks as demo:
|
|
232 |
|
233 |
|
234 |
btn.click(fn=predict, inputs=[image, prompt, negative_prompt, guidance_scale, steps, seed], outputs=[image_out], api_name='run')
|
235 |
-
prompt.submit(fn=predict, inputs=[image, prompt, negative_prompt, guidance_scale, steps,
|
236 |
|
237 |
gr.HTML(
|
238 |
"""
|
|
|
232 |
|
233 |
|
234 |
btn.click(fn=predict, inputs=[image, prompt, negative_prompt, guidance_scale, steps, seed], outputs=[image_out], api_name='run')
|
235 |
+
prompt.submit(fn=predict, inputs=[image, prompt, negative_prompt, guidance_scale, steps, seed], outputs=[image_out])
|
236 |
|
237 |
gr.HTML(
|
238 |
"""
|