Spaces:
Runtime error
Runtime error
update5
Browse files
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 = "
|
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)
|