Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|