bobpopboom commited on
Commit
897f95f
·
verified ·
1 Parent(s): 1757e26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import torch
5
  # Determine device
6
  device = "cuda" if torch.cuda.is_available() else "cpu"
7
 
8
- model_id = "GRMenon/mental-health-mistral-7b-instructv0.2-finetuned-V2"
9
 
10
  try:
11
  # Load model with appropriate settings
 
5
  # Determine device
6
  device = "cuda" if torch.cuda.is_available() else "cpu"
7
 
8
+ model_id = "mradermacher/TinyLlama-Friendly-Psychotherapist-GGUF"
9
 
10
  try:
11
  # Load model with appropriate settings