Spaces:
Runtime error
Runtime error
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(
|