Calistus commited on
Commit
109cd63
·
1 Parent(s): 1681c52

edit app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,5 +45,5 @@ app = gr.Interface(
45
  title= 'Sentiment Analysis App',
46
  description= 'This app is designed to help you gauge the emotions and opinions expressed in text, particularly focusing on discussions related to measles vaccination on X(formerly Twitter). Simply input a tweet or any text, and the app will swiftly categorize it into one of three categories: Negative, Neutral, or Positive sentiment. ')
47
 
48
-
49
- app.launch()
 
45
  title= 'Sentiment Analysis App',
46
  description= 'This app is designed to help you gauge the emotions and opinions expressed in text, particularly focusing on discussions related to measles vaccination on X(formerly Twitter). Simply input a tweet or any text, and the app will swiftly categorize it into one of three categories: Negative, Neutral, or Positive sentiment. ')
47
 
48
+ if __name__ == "__main__":
49
+ app.launch()