Spaces:
Running
Running
admin
commited on
Commit
·
6639dd9
1
Parent(s):
12cd075
try from huggingface_hub import snapshot_download
Browse files
utils.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
import torch
|
3 |
import torchvision.transforms as transforms
|
4 |
-
from
|
5 |
from PIL import Image
|
6 |
|
7 |
MODEL_DIR = snapshot_download(
|
|
|
1 |
import os
|
2 |
import torch
|
3 |
import torchvision.transforms as transforms
|
4 |
+
from huggingface_hub import snapshot_download
|
5 |
from PIL import Image
|
6 |
|
7 |
MODEL_DIR = snapshot_download(
|