Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,7 @@ import textwrap
|
|
7 |
#model = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
8 |
|
9 |
# Load model directly
|
10 |
-
|
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
|