Keltezaa commited on
Commit
45771ae
·
verified ·
1 Parent(s): 38f8f6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -413,7 +413,7 @@ def run_lora_multi(prompt, cfg_scale, steps, selected_indices, lora_scale_1, lor
413
  yield image, seed, gr.update(value=progress_bar, visible=True)
414
  # yield final_image, seed, gr.update(value=progress_bar, visible=False)
415
 
416
- run_lora.zerogpu = True
417
 
418
  def get_huggingface_safetensors(link):
419
  split_link = link.split("/")
 
413
  yield image, seed, gr.update(value=progress_bar, visible=True)
414
  # yield final_image, seed, gr.update(value=progress_bar, visible=False)
415
 
416
+ run_lora_multi.zerogpu = True
417
 
418
  def get_huggingface_safetensors(link):
419
  split_link = link.split("/")