Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ with gr.Blocks() as app:
|
|
| 86 |
|
| 87 |
run_btn.click(
|
| 88 |
inference,
|
| 89 |
-
inputs=[
|
| 90 |
outputs=[result_image]
|
| 91 |
)
|
| 92 |
|
|
|
|
| 86 |
|
| 87 |
run_btn.click(
|
| 88 |
inference,
|
| 89 |
+
inputs=[prompt, negative_prompt, guidance_scale, controlnet_conditioning_scale, strength, seed, sampler],
|
| 90 |
outputs=[result_image]
|
| 91 |
)
|
| 92 |
|