Update app.py
Browse files
app.py
CHANGED
|
@@ -14,4 +14,4 @@ textbox = gr.Textbox(label="Type your review", placeholder="example: good place
|
|
| 14 |
gr.Interface(
|
| 15 |
get_sentiment,
|
| 16 |
textbox, #'text',
|
| 17 |
-
"text").launch(share=
|
|
|
|
| 14 |
gr.Interface(
|
| 15 |
get_sentiment,
|
| 16 |
textbox, #'text',
|
| 17 |
+
"text").launch(share=False)
|