azhan77168 commited on
Commit
0408307
·
verified ·
1 Parent(s): 34c09e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, strength, guidance, num_steps],
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