Spaces:
Sleeping
Sleeping
all add
Browse files
app.py
CHANGED
@@ -52,8 +52,9 @@ def predict(model_name, text):
|
|
52 |
)
|
53 |
|
54 |
for result in pipe(text)[0]:
|
|
|
55 |
|
56 |
-
|
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 = '์ฟ๋ด๊ฑธ ํ๋ณฟ๊ธ ์ฟ๋๊ณญ ์์ ฉ๋๊ณ ์์์๋ฉ'
|