ldhldh commited on
Commit
bca9545
ยท
1 Parent(s): 3afe8cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def mbti(x):
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
 
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