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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,10 +4,10 @@ import random
4
  import textwrap
5
 
6
  # Define the model to be used
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
 
4
  import textwrap
5
 
6
  # Define the model to be used
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