Spaces:
Runtime error
Runtime error
edit app.py
Browse files
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()
|