thak123 commited on
Commit
8d56da2
·
1 Parent(s): 6649164

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ if __name__ == "__main__":
80
  fn=sentence_prediction,
81
  inputs=gr.Textbox(placeholder="Enter a sentence here..."),
82
  outputs="label",
83
- # interpretation="default",
84
  examples=[["!"]])
85
 
86
  demo.launch(debug = True,
 
80
  fn=sentence_prediction,
81
  inputs=gr.Textbox(placeholder="Enter a sentence here..."),
82
  outputs="label",
83
+ interpretation="default",
84
  examples=[["!"]])
85
 
86
  demo.launch(debug = True,