ThuggingT commited on
Commit
42f872c
·
verified ·
1 Parent(s): c03b40b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=Fasle)
 
14
  gr.Interface(
15
  get_sentiment,
16
  textbox, #'text',
17
+ "text").launch(share=False)