zhiweili commited on
Commit
597560e
1 Parent(s): 6f7df52

remove hf token

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ with open(system_prompt_i2v_path, "r") as f:
42
  # Set model download directory within Hugging Face Spaces
43
  model_path = "asset"
44
  # if not os.path.exists(model_path):
45
- snapshot_download("Lightricks/LTX-Video", local_dir=model_path, repo_type="model", token=hf_token)
46
 
47
  # Global variables to load components
48
  vae_dir = Path(model_path) / "vae"
 
42
  # Set model download directory within Hugging Face Spaces
43
  model_path = "asset"
44
  # if not os.path.exists(model_path):
45
+ snapshot_download("Lightricks/LTX-Video", local_dir=model_path, repo_type="model")
46
 
47
  # Global variables to load components
48
  vae_dir = Path(model_path) / "vae"