animrods commited on
Commit
a4ecafe
·
verified ·
1 Parent(s): 7368645

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -212,7 +212,7 @@ with gr.Blocks(css=css) as demo:
212
  gr.on(
213
  triggers=[run_button.click, prompt.submit],
214
  fn=predict,
215
- inputs=[prompt, upload_images, ip_adapter_scale, negative_prompt, seed, randomize_seed, center_crop, width, height, guidance_scale, num_inference_steps, mode],
216
  outputs=[result, seed]
217
  )
218
 
 
212
  gr.on(
213
  triggers=[run_button.click, prompt.submit],
214
  fn=predict,
215
+ inputs=[prompt, files, ip_adapter_scale, negative_prompt, seed, randomize_seed, center_crop, width, height, guidance_scale, num_inference_steps, mode],
216
  outputs=[result, seed]
217
  )
218