Spaces:
Runtime error
Runtime error
Overthrow4232
commited on
Commit
•
325eb6e
1
Parent(s):
8dd9a23
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ iface = gr.Interface(
|
|
25 |
inputs=gr.Textbox(lines=5, label="Input Text"),
|
26 |
outputs=gr.JSON(label="Segmented Text (JSON)"),
|
27 |
title="Text Segmentation with SaT",
|
28 |
-
description="This app uses the SaT (Segment any Text) model to split input text into sentences and return the result as JSON.",
|
29 |
examples=[
|
30 |
["This is a test This is another test."],
|
31 |
["Hello this is a test But this is different now Now the next one starts looool"],
|
|
|
25 |
inputs=gr.Textbox(lines=5, label="Input Text"),
|
26 |
outputs=gr.JSON(label="Segmented Text (JSON)"),
|
27 |
title="Text Segmentation with SaT",
|
28 |
+
description="This app uses the SaT (Segment any Text) model to split input text into sentences and return the result as JSON. All credits to the respective author(s). Github: https://github.com/segment-any-text/wtpsplit/tree/main",
|
29 |
examples=[
|
30 |
["This is a test This is another test."],
|
31 |
["Hello this is a test But this is different now Now the next one starts looool"],
|