LucaTedeschini commited on
Commit
ed1a96e
·
1 Parent(s): 63daa8c

bug: removed share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,4 +187,4 @@ with gr.Blocks(theme=gr.themes.Ocean(), title="Subjectivity & Sentiment Dashboar
187
  outputs=[txt, table]
188
  )
189
 
190
- demo.queue().launch(share=True)
 
187
  outputs=[txt, table]
188
  )
189
 
190
+ demo.queue().launch()