inkleaves commited on
Commit
a436929
·
verified ·
1 Parent(s): b1eca6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ app = gr.Interface(
18
  fn=predict_spam,
19
  inputs="text",
20
  outputs="text",
21
- live=True,
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
  )