Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def mbti(x):
|
|
43 |
return r
|
44 |
|
45 |
def chat(x):
|
46 |
-
x = f"
|
47 |
x = x.replace('friend','Human').replace('you','Assistant')
|
48 |
print(f"{x}")
|
49 |
result = gradio_client.predict(
|
|
|
43 |
return r
|
44 |
|
45 |
def chat(x):
|
46 |
+
x = f"***긍정적이고 공감하며 길게 대답해줘*** {x}"
|
47 |
x = x.replace('friend','Human').replace('you','Assistant')
|
48 |
print(f"{x}")
|
49 |
result = gradio_client.predict(
|