artificialguybr commited on
Commit
9be53ec
·
1 Parent(s): 059cfb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ result = gr.Image(interactive=False, label="Generated Image", elem_id="result-im
56
 
57
  gr.Interface(
58
  fn=run_lora,
59
- inputs=[title, gallery, prompt, advanced_options, weight],
60
  outputs=[result],
61
  css="custom.css" # Make sure your custom CSS file is in the same directory
62
  ).launch()
 
56
 
57
  gr.Interface(
58
  fn=run_lora,
59
+ inputs=[title, gallery, prompt, {"Advanced Options": advanced_options}, weight],
60
  outputs=[result],
61
  css="custom.css" # Make sure your custom CSS file is in the same directory
62
  ).launch()