Carbon225 commited on
Commit
423f44f
·
1 Parent(s): 02f7c35
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ app = gr.Interface(
22
  title='Word Segmentation',
23
  description=
24
  'This app will divide text without spaces into individual words. '
25
- 'You can try different models with the revision dropdown.'
26
  fn=wordseg,
27
  inputs=[
28
  gr.Textbox(
 
22
  title='Word Segmentation',
23
  description=
24
  'This app will divide text without spaces into individual words. '
25
+ 'You can try different models with the revision dropdown.',
26
  fn=wordseg,
27
  inputs=[
28
  gr.Textbox(