Spaces:
Sleeping
Sleeping
Pranjal12345
commited on
Commit
·
6ec2341
1
Parent(s):
af6fa42
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,6 @@ def greet(my_text):
|
|
19 |
|
20 |
|
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
|
23 |
|
24 |
-
#demo.launch(share = True)
|
25 |
demo.launch()
|
|
|
19 |
|
20 |
|
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 name is pranjal khadka and this is a sentiment analysis app")
|
23 |
|
|
|
24 |
demo.launch()
|