Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from huggingface_hub import hf_hub_download, snapshot_download
|
|
| 5 |
import re
|
| 6 |
# εε§ε樑ε
|
| 7 |
llm_path = hf_hub_download(repo_id="WorldRWKV/RWKV7-0.4B-siglip2", repo_type="model", filename="rwkv-0.pth",local_dir="./")
|
| 8 |
-
llm_path = "./rwkv-0
|
| 9 |
encoder_path = snapshot_download(repo_id="google/siglip2-base-patch16-384")
|
| 10 |
|
| 11 |
encoder_type = 'siglip'
|
|
|
|
| 5 |
import re
|
| 6 |
# εε§ε樑ε
|
| 7 |
llm_path = hf_hub_download(repo_id="WorldRWKV/RWKV7-0.4B-siglip2", repo_type="model", filename="rwkv-0.pth",local_dir="./")
|
| 8 |
+
llm_path = "./rwkv-0"
|
| 9 |
encoder_path = snapshot_download(repo_id="google/siglip2-base-patch16-384")
|
| 10 |
|
| 11 |
encoder_type = 'siglip'
|