update app.py
Browse files
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)
|