JairoCesar commited on
Commit
43692ff
·
verified ·
1 Parent(s): 2f4c3f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  import re
7
 
8
  # Initialize the client
9
- client = InferenceClient("bigscience/bloom-560m")
10
 
11
  # Function to format the prompt for Rorschach interpretation
12
  def format_prompt(message, history):
 
6
  import re
7
 
8
  # Initialize the client
9
+ client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.2")
10
 
11
  # Function to format the prompt for Rorschach interpretation
12
  def format_prompt(message, history):