Spaces:
Runtime error
Runtime error
Carbon225 commited on
Commit ·
423f44f
1
Parent(s): 02f7c35
fix typo
Browse files
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(
|