s3nh commited on
Commit
ff7eb56
1 Parent(s): 3d85659

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from dl_hf_model import dl_hf_model
13
  from loguru import logger
14
 
15
 
16
- URL = "https://huggingface.co/s3nh/TinyGauss-1.1B-GGUF/resolve/main/tinygauss-1.1b.Q4_K_M.gguf?download=true" # 4.05G
17
 
18
  _ = (
19
  "golay" in platform.node()
 
13
  from loguru import logger
14
 
15
 
16
+ URL = "https://huggingface.co/s3nh/TinyGauss-1.1B-GGUF/resolve/main/tinygauss-1.1b.Q4_K_M.gguf" # 4.05G
17
 
18
  _ = (
19
  "golay" in platform.node()