enochsjoseph commited on
Commit
18578f6
·
1 Parent(s): ee44f59
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,5 +46,5 @@ iface = gr.Interface(
46
  description="A tool for tokenizing text using different methods."
47
  )
48
 
49
- iface.launch(share=True, inbrowser=True)
50
 
 
46
  description="A tool for tokenizing text using different methods."
47
  )
48
 
49
+ iface.launch()
50