Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ iface = gr.Interface(
|
|
| 54 |
outputs="text",
|
| 55 |
title="Spam Detection",
|
| 56 |
description="Enter an email message to detect if it's Spam or Non-Spam.",
|
| 57 |
-
|
| 58 |
)
|
| 59 |
|
| 60 |
iface.launch()
|
|
|
|
| 54 |
outputs="text",
|
| 55 |
title="Spam Detection",
|
| 56 |
description="Enter an email message to detect if it's Spam or Non-Spam.",
|
| 57 |
+
flagging_mode="never"
|
| 58 |
)
|
| 59 |
|
| 60 |
iface.launch()
|