Emaad commited on
Commit
64e25c0
1 Parent(s): fece6fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)]