mahiatlinux commited on
Commit
1d39936
1 Parent(s): 8a7900c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ Masher AI chat model running on HuggingFace Spaces. Made by Maheswar KK.
9
  """
10
 
11
  model_path = "models"
12
- model_name = " MasherAI-7B-v3-GGUF-unsloth.Q4_K_M.gguf"
13
  hf_hub_download(repo_id="mahiatlinux/MasherAI-7B-v3-GGUF", filename=model_name, local_dir=model_path, local_dir_use_symlinks=False)
14
 
15
  print("Start the model init process")
 
9
  """
10
 
11
  model_path = "models"
12
+ model_name = "MasherAI-7B-v3-GGUF-unsloth.Q4_K_M.gguf"
13
  hf_hub_download(repo_id="mahiatlinux/MasherAI-7B-v3-GGUF", filename=model_name, local_dir=model_path, local_dir_use_symlinks=False)
14
 
15
  print("Start the model init process")