guymorlan commited on
Commit
3beb21c
·
verified ·
1 Parent(s): 8f07179

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Ammiya Tokenizer and Labeler") as
110
  btn.click(predict, inputs=[input], outputs=[html])
111
  input.submit(predict, inputs=[input], outputs=[html])
112
 
113
- demo.load(_js=js)
114
 
115
  if __name__ == "__main__":
116
  demo.launch()
 
110
  btn.click(predict, inputs=[input], outputs=[html])
111
  input.submit(predict, inputs=[input], outputs=[html])
112
 
113
+ demo.load(js=js)
114
 
115
  if __name__ == "__main__":
116
  demo.launch()