nftnik commited on
Commit
744a98c
·
verified ·
1 Parent(s): 90233e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -319,16 +319,16 @@ with gr.Blocks(theme=gr.themes.Soft(font=font), css=css, delete_cache=(60, 60))
319
  update_selection,
320
  inputs=[width, height],
321
  outputs=[prompt, selected_info, selected_index, width, height]
322
- )
323
  # custom_lora.input(
324
  # add_custom_lora,
325
  # inputs=[custom_lora],
326
  # outputs=[custom_lora_info, custom_lora_button, gallery, selected_info, selected_index, prompt]
327
- )
328
  # custom_lora_button.click(
329
  # remove_custom_lora,
330
  # outputs=[custom_lora_info, custom_lora_button, gallery, selected_info, selected_index, custom_lora]
331
- )
332
  gr.on(
333
  triggers=[generate_button.click, prompt.submit],
334
  fn=run_lora,
 
319
  update_selection,
320
  inputs=[width, height],
321
  outputs=[prompt, selected_info, selected_index, width, height]
322
+ # )
323
  # custom_lora.input(
324
  # add_custom_lora,
325
  # inputs=[custom_lora],
326
  # outputs=[custom_lora_info, custom_lora_button, gallery, selected_info, selected_index, prompt]
327
+ # )
328
  # custom_lora_button.click(
329
  # remove_custom_lora,
330
  # outputs=[custom_lora_info, custom_lora_button, gallery, selected_info, selected_index, custom_lora]
331
+ # )
332
  gr.on(
333
  triggers=[generate_button.click, prompt.submit],
334
  fn=run_lora,