Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|