rootglitch commited on
Commit
ad895a9
·
1 Parent(s): 7034732

Add more handling for input file path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -618,7 +618,7 @@ def create_ui():
618
  run_button.click(
619
  fn=generate_image,
620
  inputs=[
621
- input_image,
622
  # ai_image,
623
  prompt
624
  ],
 
618
  run_button.click(
619
  fn=generate_image,
620
  inputs=[
621
+ input_image_path,
622
  # ai_image,
623
  prompt
624
  ],