suric commited on
Commit
665e0c3
·
1 Parent(s): 061e8b0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -383,7 +383,7 @@ def UI():
383
  d = gr.DownloadButton("Download the file", visible=False)
384
  submit.click(
385
  fn=post_submit,
386
- inputs=[show_prompt, image_input, model_path],
387
  outputs=[description, prompt, generate],
388
  )
389
  show_prompt.change(
 
383
  d = gr.DownloadButton("Download the file", visible=False)
384
  submit.click(
385
  fn=post_submit,
386
+ inputs=[show_prompt, model_path, image_input],
387
  outputs=[description, prompt, generate],
388
  )
389
  show_prompt.change(