Spaces:
Runtime error
Runtime error
Upload app.py with huggingface_hub
Browse files
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.
|
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)
|