multimodalart HF staff commited on
Commit
b01ccb6
1 Parent(s): 828d8d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ with open("sdxl_loras.json", "r") as file:
25
  }
26
  for item in data
27
  ]
28
-
29
  saved_names = [
30
  hf_hub_download(item["repo"], item["weights"]) for item in sdxl_loras
31
  ]
 
25
  }
26
  for item in data
27
  ]
28
+ print(sdxl_loras)
29
  saved_names = [
30
  hf_hub_download(item["repo"], item["weights"]) for item in sdxl_loras
31
  ]