momo commited on
Commit
b6ba0df
ยท
1 Parent(s): b2fc1de
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -52,8 +52,9 @@ def predict(model_name, text):
52
  )
53
 
54
  for result in pipe(text)[0]:
 
55
 
56
- return result
57
 
58
  if __name__ == '__main__':
59
  text = '์ฟ๋”ด๊ฑธ ํ™๋ณฟ๊ธ€ ์ฟ๋ž‰๊ณญ ์Œ‘์ ฉ๋‚„๊ณ  ์•‰์•Ÿ์žˆ๋ƒฉ'
 
52
  )
53
 
54
  for result in pipe(text)[0]:
55
+ output = result
56
 
57
+ return output
58
 
59
  if __name__ == '__main__':
60
  text = '์ฟ๋”ด๊ฑธ ํ™๋ณฟ๊ธ€ ์ฟ๋ž‰๊ณญ ์Œ‘์ ฉ๋‚„๊ณ  ์•‰์•Ÿ์žˆ๋ƒฉ'