dagloop5 commited on
Commit
4839f7d
·
verified ·
1 Parent(s): f91e69f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -291,7 +291,7 @@ checkpoint_path = hf_hub_download(
291
  local_dir_use_symlinks=False,
292
  )
293
  spatial_upsampler_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-spatial-upscaler-x2-1.1.safetensors")
294
- gemma_root = snapshot_download(repo_id=GEMMA_REPO, token=HF_TOKEN)
295
 
296
 
297
  # ---- Insert block (LoRA downloads) between lines 268 and 269 ----
 
291
  local_dir_use_symlinks=False,
292
  )
293
  spatial_upsampler_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-spatial-upscaler-x2-1.1.safetensors")
294
+ gemma_root = snapshot_download(repo_id=GEMMA_REPO)
295
 
296
 
297
  # ---- Insert block (LoRA downloads) between lines 268 and 269 ----