Update app.py
Browse files
app.py
CHANGED
@@ -235,7 +235,7 @@ def load_model():
|
|
235 |
st.info("Loading model... This may take a few minutes on first run.")
|
236 |
|
237 |
model_path = hf_hub_download(
|
238 |
-
repo_id="Nitish035/
|
239 |
filename="unsloth.Q4_K_M.gguf",
|
240 |
local_dir=MODEL_CACHE_DIR,
|
241 |
cache_dir=MODEL_CACHE_DIR,
|
|
|
235 |
st.info("Loading model... This may take a few minutes on first run.")
|
236 |
|
237 |
model_path = hf_hub_download(
|
238 |
+
repo_id="Nitish035/qwen_gguf_adapter",
|
239 |
filename="unsloth.Q4_K_M.gguf",
|
240 |
local_dir=MODEL_CACHE_DIR,
|
241 |
cache_dir=MODEL_CACHE_DIR,
|