Spaces:
Sleeping
Sleeping
add app
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ def predict(model_name, text):
|
|
| 45 |
function_to_apply='sigmoid'
|
| 46 |
)
|
| 47 |
|
| 48 |
-
for result in pipe(text)
|
| 49 |
print(result)
|
| 50 |
|
| 51 |
return result
|
|
|
|
| 45 |
function_to_apply='sigmoid'
|
| 46 |
)
|
| 47 |
|
| 48 |
+
for result in pipe(text):
|
| 49 |
print(result)
|
| 50 |
|
| 51 |
return result
|