freemt commited on
Commit
46a9657
·
1 Parent(s): 414feb1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ mlbee = gr.Interface(
65
  inputs=[
66
  "textarea",
67
  "textarea",
68
- # gr.Checkbox(label="Split to sents?"),
69
  ],
70
  outputs="dataframe",
71
  # outputs="html",
 
65
  inputs=[
66
  "textarea",
67
  "textarea",
68
+ gr.Checkbox(label="Split to sents?"),
69
  ],
70
  outputs="dataframe",
71
  # outputs="html",