Spaces:
Running
on
Zero
Running
on
Zero
primecai
commited on
Commit
·
04e1bd0
1
Parent(s):
68c264b
add token
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def init_pipeline():
|
|
29 |
use_auth_token=os.getenv("HF_TOKEN"),
|
30 |
)
|
31 |
pipe.load_lora_weights(
|
32 |
-
|
33 |
weight_name="pytorch_lora_weights.safetensors",
|
34 |
use_auth_token=os.getenv("HF_TOKEN"),
|
35 |
)
|
|
|
29 |
use_auth_token=os.getenv("HF_TOKEN"),
|
30 |
)
|
31 |
pipe.load_lora_weights(
|
32 |
+
CHECKPOINT,
|
33 |
weight_name="pytorch_lora_weights.safetensors",
|
34 |
use_auth_token=os.getenv("HF_TOKEN"),
|
35 |
)
|