SupermanRX commited on
Commit
aa9109c
·
verified ·
1 Parent(s): 9fd7163
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import hf_hub_download
4
 
5
  # Fetch the model file from Hugging Face Hub
6
  model_repo = "SupermanRX/moderateTherapistModel" # Replace with your repo name
7
- model_file = "model.gguf" # Replace with your GGUF model file name in the repo
8
 
9
  # Download the model file to the local environment
10
  model_path = hf_hub_download(repo_id=model_repo, filename=model_file)
 
4
 
5
  # Fetch the model file from Hugging Face Hub
6
  model_repo = "SupermanRX/moderateTherapistModel" # Replace with your repo name
7
+ model_file = "unsloth.Q8_0.gguf" # Replace with your GGUF model file name in the repo
8
 
9
  # Download the model file to the local environment
10
  model_path = hf_hub_download(repo_id=model_repo, filename=model_file)