bright1 commited on
Commit
96b0280
1 Parent(s): f8191d0

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,5 +73,5 @@ demo = gr.Interface(fn = sentiment_analysis,
73
  description = "COVID-19 Tweets Analyzer",
74
  interpretation = "default",
75
  examples = [["roberta", "Being vaccinated is actually awesome :)"]]
76
- ).launch(server_port=8080)
77
 
 
73
  description = "COVID-19 Tweets Analyzer",
74
  interpretation = "default",
75
  examples = [["roberta", "Being vaccinated is actually awesome :)"]]
76
+ ).launch()
77