momo commited on
Commit
690c54c
ยท
1 Parent(s): e542c59
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def predict(model_name, text):
74
  function_to_apply='sigmoid'
75
  )
76
 
77
- return pipe(text)[0]
78
 
79
  if __name__ == '__main__':
80
  text = '์ฟ๋”ด๊ฑธ ํ™๋ณฟ๊ธ€ ์ฟ๋ž‰๊ณญ ์Œ‘์ ฉ๋‚„๊ณ  ์•‰์•Ÿ์žˆ๋ƒฉ'
 
74
  function_to_apply='sigmoid'
75
  )
76
 
77
+ return [pipe(text)[0]]
78
 
79
  if __name__ == '__main__':
80
  text = '์ฟ๋”ด๊ฑธ ํ™๋ณฟ๊ธ€ ์ฟ๋ž‰๊ณญ ์Œ‘์ ฉ๋‚„๊ณ  ์•‰์•Ÿ์žˆ๋ƒฉ'