ginipick commited on
Commit
44731e7
1 Parent(s): 8d4b1ce

Update oldbackups

Browse files
Files changed (1) hide show
  1. oldbackups +2 -2
oldbackups CHANGED
@@ -23,8 +23,8 @@ def process_prompt(prompt):
23
  return prompt, translated
24
  return prompt, prompt
25
 
26
- # Load LoRAs from JSON file
27
- with open('loras.json', 'r') as f:
28
  loras = json.load(f)
29
 
30
  # Initialize the base model
 
23
  return prompt, translated
24
  return prompt, prompt
25
 
26
+ KEY_JSON = os.getenv("KEY_JSON")
27
+ with open(KEY_JSON, 'r') as f:
28
  loras = json.load(f)
29
 
30
  # Initialize the base model