AyeshaNoreen commited on
Commit
7251306
·
verified ·
1 Parent(s): 9f6334f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ demo = gr.Interface(
40
  fn=sentiment_analysis,
41
  inputs=gr.Textbox(placeholder="Write your tweet here..."),
42
  outputs="label",
43
- interpretation="default",
44
  examples=[["This is Spectacular!"]])
45
 
46
 
 
40
  fn=sentiment_analysis,
41
  inputs=gr.Textbox(placeholder="Write your tweet here..."),
42
  outputs="label",
43
+ #interpretation="default",
44
  examples=[["This is Spectacular!"]])
45
 
46