Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,6 @@ app = gr.Interface(
|
|
| 19 |
inputs="text",
|
| 20 |
outputs="text",
|
| 21 |
live=False,
|
| 22 |
-
allow_clear=True,
|
| 23 |
title="Spam Detection", # Title of the app
|
| 24 |
description="This app classifies text as either Spam or Ham.", # Description of the app
|
| 25 |
)
|
|
|
|
| 19 |
inputs="text",
|
| 20 |
outputs="text",
|
| 21 |
live=False,
|
|
|
|
| 22 |
title="Spam Detection", # Title of the app
|
| 23 |
description="This app classifies text as either Spam or Ham.", # Description of the app
|
| 24 |
)
|