Spaces:
Runtime error
Runtime error
Commit
·
ff800d2
1
Parent(s):
a464a81
Update app.py
Browse files
app.py
CHANGED
@@ -12,4 +12,4 @@ iface = gr.Interface(fn = get_sentiment,
|
|
12 |
title = 'Sentiment Analysis',
|
13 |
description="Get Sentiment Negative/Positive for the given input")
|
14 |
|
15 |
-
iface.launch(inline = False)
|
|
|
12 |
title = 'Sentiment Analysis',
|
13 |
description="Get Sentiment Negative/Positive for the given input")
|
14 |
|
15 |
+
iface.launch(inline = False,share=True)
|