hysts HF staff commited on
Commit
391cab3
1 Parent(s): 97be820

Remove token

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -32,13 +32,11 @@ os.makedirs("checkpoints", exist_ok=True)
32
  snapshot_download(
33
  "wwen1997/framer_512x320",
34
  local_dir="checkpoints/framer_512x320",
35
- token=os.environ["TOKEN"],
36
  )
37
 
38
  snapshot_download(
39
  "stabilityai/stable-video-diffusion-img2vid-xt",
40
  local_dir="checkpoints/stable-video-diffusion-img2vid-xt",
41
- token=os.environ["TOKEN"],
42
  )
43
 
44
 
 
32
  snapshot_download(
33
  "wwen1997/framer_512x320",
34
  local_dir="checkpoints/framer_512x320",
 
35
  )
36
 
37
  snapshot_download(
38
  "stabilityai/stable-video-diffusion-img2vid-xt",
39
  local_dir="checkpoints/stable-video-diffusion-img2vid-xt",
 
40
  )
41
 
42