linoyts HF Staff commited on
Commit
140601b
·
verified ·
1 Parent(s): 4459d7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -56,6 +56,7 @@ model_ledger = ModelLedger(
56
  device=device,
57
  checkpoint_path=checkpoint_path,
58
  gemma_root_path=DEFAULT_GEMMA_REPO_ID,
 
59
  )
60
 
61
  # Load text encoder once and keep it in memory
 
56
  device=device,
57
  checkpoint_path=checkpoint_path,
58
  gemma_root_path=DEFAULT_GEMMA_REPO_ID,
59
+ local_files_only=False
60
  )
61
 
62
  # Load text encoder once and keep it in memory