JairoCesar commited on
Commit
2f4c3f8
·
verified ·
1 Parent(s): 8f16b5e

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("google/flan-t5-small")
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("bigscience/bloom-560m")
10
 
11
  # Function to format the prompt for Rorschach interpretation
12
  def format_prompt(message, history):