gr8testgad-1 commited on
Commit
42f1d01
1 Parent(s): b270b84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -44,7 +44,6 @@ demo = gr.Interface(
44
  fn=sent_analysis,
45
  inputs=gr.Textbox(placeholder="Enter a movie review..."),
46
  outputs="label",
47
- interpretation="default",
48
  examples=[
49
  ["I loved the movie! It was fantastic."],
50
  ["The acting was terrible, and the plot was boring."],
 
44
  fn=sent_analysis,
45
  inputs=gr.Textbox(placeholder="Enter a movie review..."),
46
  outputs="label",
 
47
  examples=[
48
  ["I loved the movie! It was fantastic."],
49
  ["The acting was terrible, and the plot was boring."],