wwen1997 commited on
Commit
78e77d5
1 Parent(s): b2dfc3a

Update app.py

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