Pranjal12345 commited on
Commit
1807a06
·
1 Parent(s): 8abc006

removed sharing link

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -21,4 +21,5 @@ def greet(my_text):
21
  demo = gr.Interface(fn=greet, inputs="text", outputs="text", title="Sentiment Analysis",description ="Classify a text into either Positive or negative",
22
  article = "hey my nam is pranjal khadka")
23
 
24
- demo.launch(share = True)
 
 
21
  demo = gr.Interface(fn=greet, inputs="text", outputs="text", title="Sentiment Analysis",description ="Classify a text into either Positive or negative",
22
  article = "hey my nam is pranjal khadka")
23
 
24
+ #demo.launch(share = True)
25
+ demo.launch()