ovi054 commited on
Commit
ef86be2
·
verified ·
1 Parent(s): 2f86fab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -48,7 +48,8 @@ except Exception as e:
48
 
49
  # 2. Load the second hard-coded LoRA ONCE at startup
50
  print("Loading second LoRA (Person)...")
51
- LORA_2_REPO = "ovi054/p3r5onVid1900"
 
52
  # Assuming the file is named "pytorch_lora_weights.safetensors" which is standard.
53
  # If it has a different name, you must specify it with the `filename` argument.
54
  try:
 
48
 
49
  # 2. Load the second hard-coded LoRA ONCE at startup
50
  print("Loading second LoRA (Person)...")
51
+ # LORA_2_REPO = "ovi054/p3r5onVid1900"
52
+ LORA_2_REPO = "ovi054/rosmxVid1500"
53
  # Assuming the file is named "pytorch_lora_weights.safetensors" which is standard.
54
  # If it has a different name, you must specify it with the `filename` argument.
55
  try: