Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ from celle.utils import process_image
|
|
7 |
from PIL import Image
|
8 |
from matplotlib import pyplot as plt
|
9 |
from celle_main import instantiate_from_config
|
|
|
10 |
from omegaconf import OmegaConf
|
11 |
|
12 |
files = [f for f in os.listdir('.') if os.path.isfile(f)]
|
|
|
7 |
from PIL import Image
|
8 |
from matplotlib import pyplot as plt
|
9 |
from celle_main import instantiate_from_config
|
10 |
+
from huggingface_hub import hf_hub_download
|
11 |
from omegaconf import OmegaConf
|
12 |
|
13 |
files = [f for f in os.listdir('.') if os.path.isfile(f)]
|