Charbel Malo commited on
Commit
9c97141
1 Parent(s): 1813fa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -309,7 +309,7 @@ def generate_image_to_image(prompt_mash, image_input_path, image_strength, steps
309
  ).images[0]
310
  return final_image
311
 
312
- @spaces.GPU(duration=75)
313
  def run_lora(prompt, image_input, image_strength, cfg_scale, steps, selected_indices, lora_scale_1, lora_scale_2, randomize_seed, seed, width, height, loras_state, progress=gr.Progress(track_tqdm=True)):
314
  if not selected_indices:
315
  raise gr.Error("You must select at least one LoRA before proceeding.")
 
309
  ).images[0]
310
  return final_image
311
 
312
+
313
  def run_lora(prompt, image_input, image_strength, cfg_scale, steps, selected_indices, lora_scale_1, lora_scale_2, randomize_seed, seed, width, height, loras_state, progress=gr.Progress(track_tqdm=True)):
314
  if not selected_indices:
315
  raise gr.Error("You must select at least one LoRA before proceeding.")