prithivMLmods commited on
Commit
6c95e2d
·
verified ·
1 Parent(s): 8433b77
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2183,7 +2183,7 @@ def generate_image_to_image(prompt_mash, image_input_path, image_strength, steps
2183
  ).images[0]
2184
  return final_image
2185
 
2186
- @spaces.GPU(duration=100)
2187
  def run_lora(prompt, image_input, image_strength, cfg_scale, steps, selected_index, randomize_seed, seed, width, height, lora_scale, progress=gr.Progress(track_tqdm=True)):
2188
  if selected_index is None:
2189
  raise gr.Error("You must select a LoRA before proceeding.🧨")
 
2183
  ).images[0]
2184
  return final_image
2185
 
2186
+ @spaces.GPU(duration=99)
2187
  def run_lora(prompt, image_input, image_strength, cfg_scale, steps, selected_index, randomize_seed, seed, width, height, lora_scale, progress=gr.Progress(track_tqdm=True)):
2188
  if selected_index is None:
2189
  raise gr.Error("You must select a LoRA before proceeding.🧨")