Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -169,9 +169,9 @@ demo = gr.Interface(ner,
|
|
169 |
outputs=[gr.HighlightedText(label='Disfluency Highlighted'), gr.Textbox(label='"Fluency" version'),
|
170 |
gr.HighlightedText(label='Slot Filling Highlighted'), gr.Textbox(label='Intent Label')],
|
171 |
examples=examples,
|
172 |
-
title="Disfluency Detection",
|
173 |
description="This is an easy-to-use built in Gradio for desmontrating a NER System that identifies disfluency-entities in \
|
174 |
-
Vietnamese utterances",
|
175 |
theme=gr.themes.Soft())
|
176 |
|
177 |
demo.launch()
|
|
|
169 |
outputs=[gr.HighlightedText(label='Disfluency Highlighted'), gr.Textbox(label='"Fluency" version'),
|
170 |
gr.HighlightedText(label='Slot Filling Highlighted'), gr.Textbox(label='Intent Label')],
|
171 |
examples=examples,
|
172 |
+
title="Disfluency Detection for Slot Filling and Intent Detection task",
|
173 |
description="This is an easy-to-use built in Gradio for desmontrating a NER System that identifies disfluency-entities in \
|
174 |
+
Vietnamese utterances, then using the "fluency" version for Slot Filling and Intent Detection task",
|
175 |
theme=gr.themes.Soft())
|
176 |
|
177 |
demo.launch()
|