Spaces:
Starting
on
Zero
Starting
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -69,6 +69,6 @@ with gr.Blocks() as demo:
|
|
69 |
cache_examples=True,
|
70 |
)
|
71 |
|
72 |
-
btn.click(fn=blend, inputs=[img1, img2, slider], outputs=output)
|
73 |
|
74 |
demo.launch()
|
|
|
69 |
cache_examples=True,
|
70 |
)
|
71 |
|
72 |
+
btn.click(fn=blend, inputs=[img1, img2, slider, prompt, negative_prompt], outputs=output)
|
73 |
|
74 |
demo.launch()
|