alidev2002 commited on
Commit
e3f1846
·
verified ·
1 Parent(s): 5c6f3f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def setup_models():
54
 
55
  llm_path = hf_hub_download(
56
  repo_id="unsloth/Qwen3-4B-Instruct-2507-GGUF",
57
- filename="Qwen3-4B-Instruct-Q4_K_M.gguf"
58
  )
59
 
60
  return model_path, vae_path, llm_path
 
54
 
55
  llm_path = hf_hub_download(
56
  repo_id="unsloth/Qwen3-4B-Instruct-2507-GGUF",
57
+ filename="Qwen3-4B-Instruct-2507-Q4_K_M.gguf"
58
  )
59
 
60
  return model_path, vae_path, llm_path