sdafd commited on
Commit
1458121
1 Parent(s): e6de0c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -13,8 +13,7 @@ iface = gr.Interface(
13
  fn=analyze_output,
14
  inputs=gr.Textbox(),
15
  outputs=["text", "text"],
16
- live=True,
17
- interpretation="default",
18
  title="Spam Classification App",
19
  description="Enter a text to classify it as Spam or Not Spam.",
20
  theme="compact"
 
13
  fn=analyze_output,
14
  inputs=gr.Textbox(),
15
  outputs=["text", "text"],
16
+ live=False,
 
17
  title="Spam Classification App",
18
  description="Enter a text to classify it as Spam or Not Spam.",
19
  theme="compact"