Lisandro commited on
Commit
3bd72ef
·
1 Parent(s): 2896b6c
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -44,7 +44,7 @@ if (not MOCK):
44
 
45
 
46
 
47
- NUM_LORAS = 2
48
  base_model = "Qwen/Qwen-Image-2512"
49
 
50
  def apply_aspect_ratio(ratio):
@@ -311,12 +311,6 @@ def handle_speed_mode(speed_mode):
311
 
312
 
313
 
314
-
315
-
316
-
317
-
318
-
319
-
320
  @spaces.GPU(duration=70)
321
  def run_lora_multi(
322
  prompt_1, prompt_2, prompt_3, prompt_4,
 
44
 
45
 
46
 
47
+ NUM_LORAS = 4
48
  base_model = "Qwen/Qwen-Image-2512"
49
 
50
  def apply_aspect_ratio(ratio):
 
311
 
312
 
313
 
 
 
 
 
 
 
314
  @spaces.GPU(duration=70)
315
  def run_lora_multi(
316
  prompt_1, prompt_2, prompt_3, prompt_4,