Update app.py
Browse files
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
|