Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def mbti(x):
|
|
49 |
return r
|
50 |
|
51 |
def chat(x):
|
52 |
-
x = f"[๋๋ ์ง๋ฌธํ๊ธฐ๋ฅผ ์ข์ํด.
|
53 |
result = gradio_client.predict(
|
54 |
x,# str representing input in 'User input' Textbox component
|
55 |
0.91, # float, representing input in 'Top-p (nucleus sampling)' Slider component
|
|
|
49 |
return r
|
50 |
|
51 |
def chat(x):
|
52 |
+
x = f"[๋๋ ์ง๋ฌธํ๊ธฐ๋ฅผ ์ข์ํด. ๋จ๊ณ๋ณ๋ก ์๊ฐํด์ ์งง๊ณ ์์ฐ์ค๋ฝ๊ฒ ๋๋ตํด์ค.] {x}"
|
53 |
result = gradio_client.predict(
|
54 |
x,# str representing input in 'User input' Textbox component
|
55 |
0.91, # float, representing input in 'Top-p (nucleus sampling)' Slider component
|