Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -347,7 +347,7 @@ demo = gr.Interface(
|
|
| 347 |
],
|
| 348 |
outputs=gr.Textbox(label="Analysis in UD v2"),
|
| 349 |
title="In-context morphological analyzer for Ossetic",
|
| 350 |
-
description="Insert raw sentence in Ossetic."
|
| 351 |
)
|
| 352 |
|
| 353 |
demo.launch(ssr_mode=False, theme=gr.themes.Base())
|
|
|
|
| 347 |
],
|
| 348 |
outputs=gr.Textbox(label="Analysis in UD v2"),
|
| 349 |
title="In-context morphological analyzer for Ossetic",
|
| 350 |
+
description="Insert raw sentence in Ossetic and receive POS, morphological features and lemmas in UD v2."
|
| 351 |
)
|
| 352 |
|
| 353 |
demo.launch(ssr_mode=False, theme=gr.themes.Base())
|