ldhldh commited on
Commit
9f7e6dc
Β·
1 Parent(s): bc5c483

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