thak123 commited on
Commit
f5fba1f
·
verified ·
1 Parent(s): ede3647

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,9 +18,9 @@ def sentence_boundary_detection(name):
18
  # Gradio interface
19
  iface = gr.Interface(
20
  fn=sentence_boundary_detection,
21
- inputs=gr.Textbox(label="Input Text", lines=10, maximum_lines = 200, placeholder="Enter text here..."),
22
  outputs=[
23
- gr.Textbox(label="Sentences", lines=10, maximum_lines = 200, placeholder="Sentences will appear here..."),
24
  gr.Number(label="Number of Sentences")
25
  ],
26
  title="Sentence Boundary Detection",
 
18
  # Gradio interface
19
  iface = gr.Interface(
20
  fn=sentence_boundary_detection,
21
+ inputs=gr.Textbox(label="Input Text", lines=10, placeholder="Enter text here..."),
22
  outputs=[
23
+ gr.Textbox(label="Sentences", lines=10, placeholder="Sentences will appear here..."),
24
  gr.Number(label="Number of Sentences")
25
  ],
26
  title="Sentence Boundary Detection",