JustNikunj commited on
Commit
9201e29
Β·
verified Β·
1 Parent(s): f1c9e85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1009,5 +1009,5 @@ demo = gr.Interface(
1009
 
1010
  if __name__ == "__main__":
1011
  print("🌐 Starting server...")
1012
- demo.launch(share=True)
1013
  print("πŸŽ‰ Hindi Emotion & Sentiment Analysis API is ready!")
 
1009
 
1010
  if __name__ == "__main__":
1011
  print("🌐 Starting server...")
1012
+ demo.launch(share=True, api=True)
1013
  print("πŸŽ‰ Hindi Emotion & Sentiment Analysis API is ready!")