ironjr commited on
Commit
0644986
1 Parent(s): 259e927

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ from huggingface_hub import snapshot_download
20
 
21
 
22
  root = pathlib.Path(__file__).parent
23
- example_root = os.path.joint(root, 'examples')
24
  ckpt_root = os.path.join(root, 'stablediffusion')
25
  if not CHECKPOINTS_PATH.exists():
26
  snapshot_download(repo_id="ironjr/LucidDreamerDemo", repo_type="model", local_dir=example_root)
 
20
 
21
 
22
  root = pathlib.Path(__file__).parent
23
+ example_root = os.path.join(root, 'examples')
24
  ckpt_root = os.path.join(root, 'stablediffusion')
25
  if not CHECKPOINTS_PATH.exists():
26
  snapshot_download(repo_id="ironjr/LucidDreamerDemo", repo_type="model", local_dir=example_root)