pavankumarhm commited on
Commit
3347b29
·
1 Parent(s): 2f879b8

Update Sentiment_Analyzer_app.py

Browse files
Files changed (1) hide show
  1. Sentiment_Analyzer_app.py +1 -1
Sentiment_Analyzer_app.py CHANGED
@@ -6,4 +6,4 @@ def func(utterance):
6
  import gradio as gr
7
  descriptions = "Enter a text and get the sentiment prediction."
8
  app = gr.Interface(fn=func, inputs="text", outputs="text", title="Sentiment Analayzer", description=descriptions)
9
- app.launch(share=True)
 
6
  import gradio as gr
7
  descriptions = "Enter a text and get the sentiment prediction."
8
  app = gr.Interface(fn=func, inputs="text", outputs="text", title="Sentiment Analayzer", description=descriptions)
9
+ app.launch()