Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ with gr.Blocks(title="Ghibli Diffusion Image Transformer") as demo:
|
|
92 |
# Connect the button to the function
|
93 |
submit_btn.click(
|
94 |
fn=ghibli_transform,
|
95 |
-
inputs=[input_img, prompt,
|
96 |
outputs=output_img
|
97 |
)
|
98 |
|
|
|
92 |
# Connect the button to the function
|
93 |
submit_btn.click(
|
94 |
fn=ghibli_transform,
|
95 |
+
inputs=[input_img, prompt, guidance, num_steps],
|
96 |
outputs=output_img
|
97 |
)
|
98 |
|