telecomadm1145 commited on
Commit
1e0b0ae
·
verified ·
1 Parent(s): f7d97be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -14,6 +14,8 @@ from PIL import Image
14
  import timm
15
  from diffusers import AutoencoderKL
16
  from safetensors.torch import load_file
 
 
17
 
18
  # -----------------------------------------------------------------------------
19
  # 配置
 
14
  import timm
15
  from diffusers import AutoencoderKL
16
  from safetensors.torch import load_file
17
+ from huggingface_hub import hf_hub_download
18
+
19
 
20
  # -----------------------------------------------------------------------------
21
  # 配置