Spaces:
Sleeping
Sleeping
Commit
·
1807a06
1
Parent(s):
8abc006
removed sharing link
Browse files
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()
|