taishi-i commited on
Commit
356f076
1 Parent(s): f6ac75e

add live=True to app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,6 +37,7 @@ iface = gr.Interface(
37
  gr.Textbox(label="Words"),
38
  gr.Textbox(label="POS tags"),
39
  ],
 
40
  )
41
 
42
 
 
37
  gr.Textbox(label="Words"),
38
  gr.Textbox(label="POS tags"),
39
  ],
40
+ live=True,
41
  )
42
 
43