Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ import torchvision.transforms as T
|
|
5 |
from celle.utils import process_image
|
6 |
from celle_main import instantiate_from_config
|
7 |
from omegaconf import OmegaConf
|
|
|
8 |
|
9 |
class model:
|
10 |
def __init__(self):
|
|
|
5 |
from celle.utils import process_image
|
6 |
from celle_main import instantiate_from_config
|
7 |
from omegaconf import OmegaConf
|
8 |
+
from huggingface_hub import hf_hub_download
|
9 |
|
10 |
class model:
|
11 |
def __init__(self):
|