taishi-i commited on
Commit
be4bca1
·
1 Parent(s): 6684a21

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -81,7 +81,8 @@ iface = gr.Interface(
81
  gr.outputs.Textbox(label="fugashi_ipadic"),
82
  gr.outputs.Textbox(label="fugashi_unidic"),
83
  ],
 
84
  )
85
 
86
 
87
- iface.launch()
 
81
  gr.outputs.Textbox(label="fugashi_ipadic"),
82
  gr.outputs.Textbox(label="fugashi_unidic"),
83
  ],
84
+ live=True,
85
  )
86
 
87
 
88
+ iface.launch(enable_queue=True)