Nitish035 commited on
Commit
ecb6f2c
·
verified ·
1 Parent(s): f71d195

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/gguf_4",
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,