multimodalart HF staff commited on
Commit
d021303
1 Parent(s): 82145d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import torch
3
  torch.jit.script = lambda f: f
4
  import timm
5
  import time
6
- from huggingface_hub import hf_hub_download, HfFileSystem, ModelCard
7
  from safetensors.torch import load_file
8
  from share_btn import community_icon_html, loading_icon_html, share_js
9
  from cog_sdxl_dataset_and_utils import TokenEmbeddingsHandler
 
3
  torch.jit.script = lambda f: f
4
  import timm
5
  import time
6
+ from huggingface_hub import hf_hub_download, HfFileSystem, ModelCard, snapshot_download
7
  from safetensors.torch import load_file
8
  from share_btn import community_icon_html, loading_icon_html, share_js
9
  from cog_sdxl_dataset_and_utils import TokenEmbeddingsHandler