multimodalart HF staff commited on
Commit
1475e41
1 Parent(s): 84e6fa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ from huggingface_hub import hf_hub_download
6
  import torch
7
  import json
8
  import random
 
9
 
10
  lora_list = hf_hub_download(repo_id="multimodalart/LoraTheExplorer", filename="sdxl_loras.json", repo_type="space")
11
 
 
6
  import torch
7
  import json
8
  import random
9
+ import copy
10
 
11
  lora_list = hf_hub_download(repo_id="multimodalart/LoraTheExplorer", filename="sdxl_loras.json", repo_type="space")
12