Mattral commited on
Commit
4e2ada4
1 Parent(s): 6004433

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -7,8 +7,7 @@ import textwrap
7
  #model = "mistralai/Mixtral-8x7B-Instruct-v0.1"
8
 
9
  # Load model directly
10
- from transformers import AutoModel
11
- model = AutoModel.from_pretrained("GRMenon/mental-health-mistral-7b-instructv0.2-finetuned-V2")
12
  client = InferenceClient(model)
13
 
14
  # Embedded system prompt
 
7
  #model = "mistralai/Mixtral-8x7B-Instruct-v0.1"
8
 
9
  # Load model directly
10
+ model = "GRMenon/mental-health-mistral-7b-instructv0.2-finetuned-V2"
 
11
  client = InferenceClient(model)
12
 
13
  # Embedded system prompt