Azie88 commited on
Commit
ef40c79
1 Parent(s): f96cc9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,9 +47,9 @@ demo = gr.Interface(theme=gr.themes.Base(),
47
  examples=[["The COVID Vaccine saves lives!"],
48
  ["The Vaccination is not necessary for young people"],
49
  ["The vaccine is terrible. It can lead to early death"],
50
- ["I'm not sure. Maybe i'll get my booster"]],
51
  title='COVID Vaccine Sentiment Analysis app',
52
  description='This app assesses if a tweet related to vaccinations has a positive, neutral or negative sentiment.'
53
  )
54
 
55
- demo.launch(share=True)
 
47
  examples=[["The COVID Vaccine saves lives!"],
48
  ["The Vaccination is not necessary for young people"],
49
  ["The vaccine is terrible. It can lead to early death"],
50
+ ["I'm not sure about the booster shot"]],
51
  title='COVID Vaccine Sentiment Analysis app',
52
  description='This app assesses if a tweet related to vaccinations has a positive, neutral or negative sentiment.'
53
  )
54
 
55
+ demo.launch()