Spaces:
Sleeping
Sleeping
add app
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ function_to_apply='sigmoid'
|
|
| 22 |
)
|
| 23 |
|
| 24 |
def predict(text):
|
| 25 |
-
return pipe(text)[0]
|
| 26 |
|
| 27 |
iface = gr.Interface(
|
| 28 |
fn=predict,
|
|
|
|
| 22 |
)
|
| 23 |
|
| 24 |
def predict(text):
|
| 25 |
+
return pipe(text)[0]
|
| 26 |
|
| 27 |
iface = gr.Interface(
|
| 28 |
fn=predict,
|