ania3000 commited on
Commit
80e00e2
·
verified ·
1 Parent(s): 09baf70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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())