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