Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,5 +25,5 @@ title="Sentiment Analysis App",
|
|
| 25 |
description="Enter text and get the sentiment prediction using a Hugging Face transformer model.")
|
| 26 |
|
| 27 |
# Launch app
|
| 28 |
-
|
| 29 |
demo.launch()
|
|
|
|
| 25 |
description="Enter text and get the sentiment prediction using a Hugging Face transformer model.")
|
| 26 |
|
| 27 |
# Launch app
|
| 28 |
+
if __name__ == "__main__":
|
| 29 |
demo.launch()
|