Vishaltiwari2019 commited on
Commit
bbadfc1
·
verified ·
1 Parent(s): 51a663c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,4 +27,4 @@ tts_demo = gr.Interface.load(
27
  demo = gr.TabbedInterface([iface_sentiment, tts_demo], ["Sentiment Analysis", "Text to Speech"])
28
 
29
  if __name__ == "__main__":
30
- demo.launch(share=True)
 
27
  demo = gr.TabbedInterface([iface_sentiment, tts_demo], ["Sentiment Analysis", "Text to Speech"])
28
 
29
  if __name__ == "__main__":
30
+ demo.launch()