Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
·
46a9657
1
Parent(s):
414feb1
app.py
CHANGED
@@ -65,7 +65,7 @@ mlbee = gr.Interface(
|
|
65 |
inputs=[
|
66 |
"textarea",
|
67 |
"textarea",
|
68 |
-
|
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",
|