Linoy Tsaban commited on
Commit
b62d550
·
1 Parent(s): 7bb19d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ import gc
24
  import random
25
  from time import sleep
26
 
27
- with open("sdxl_loras-Copy1.json", "r") as file:
28
  data = json.load(file)
29
  sdxl_loras_raw = [
30
  {
 
24
  import random
25
  from time import sleep
26
 
27
+ with open("sdxl_loras.json", "r") as file:
28
  data = json.load(file)
29
  sdxl_loras_raw = [
30
  {