Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ app = gr.Interface(
|
|
18 |
fn=predict_spam,
|
19 |
inputs="text",
|
20 |
outputs="text",
|
21 |
-
live=
|
22 |
title="Spam Detection", # Title of the app
|
23 |
description="This app classifies text as either Spam or Ham.", # Description of the app
|
24 |
)
|
|
|
18 |
fn=predict_spam,
|
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 |
)
|