Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ from huggingface_hub import hf_hub_download
|
|
28 |
os.makedirs("checkpoints", exist_ok=True)
|
29 |
hf_hub_download(
|
30 |
"wwen1997/framer_512x320",
|
31 |
-
"checkpoints/framer_512x320",
|
32 |
token=os.environ["TOKEN"],
|
33 |
)
|
34 |
|
|
|
28 |
os.makedirs("checkpoints", exist_ok=True)
|
29 |
hf_hub_download(
|
30 |
"wwen1997/framer_512x320",
|
31 |
+
local_dir="checkpoints/framer_512x320",
|
32 |
token=os.environ["TOKEN"],
|
33 |
)
|
34 |
|