Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import os
|
|
| 6 |
import re
|
| 7 |
|
| 8 |
# Initialize the client
|
| 9 |
-
client = InferenceClient("
|
| 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):
|