Spaces:
Running
on
Zero
Running
on
Zero
Update frontend.py
Browse files- flux_app/frontend.py +1 -1
flux_app/frontend.py
CHANGED
@@ -103,7 +103,7 @@ class Frontend:
|
|
103 |
print("Warning: lora.py not found, using placeholder LoRAs.")
|
104 |
pass
|
105 |
|
106 |
-
@spaces.GPU(duration=
|
107 |
def run_lora(self, prompt, image_input, image_strength, cfg_scale, steps, selected_index,
|
108 |
randomize_seed, seed, width, height, lora_scale, use_enhancer,
|
109 |
progress=gr.Progress(track_tqdm=True)):
|
|
|
103 |
print("Warning: lora.py not found, using placeholder LoRAs.")
|
104 |
pass
|
105 |
|
106 |
+
@spaces.GPU(duration=100)
|
107 |
def run_lora(self, prompt, image_input, image_strength, cfg_scale, steps, selected_index,
|
108 |
randomize_seed, seed, width, height, lora_scale, use_enhancer,
|
109 |
progress=gr.Progress(track_tqdm=True)):
|