Spaces:
Sleeping
Sleeping
add app
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ def predict(model_name, text):
|
|
| 46 |
function_to_apply='sigmoid'
|
| 47 |
)
|
| 48 |
for i in pipe(text)[0]:
|
| 49 |
-
output =
|
| 50 |
|
| 51 |
return output
|
| 52 |
|
|
|
|
| 46 |
function_to_apply='sigmoid'
|
| 47 |
)
|
| 48 |
for i in pipe(text)[0]:
|
| 49 |
+
output = i + '\t'
|
| 50 |
|
| 51 |
return output
|
| 52 |
|