Nemai commited on
Commit
7134976
·
verified ·
1 Parent(s): 304b229

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()