Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ demo = gr.Interface(ner,
|
|
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
|
175 |
theme=gr.themes.Soft())
|
176 |
|
177 |
demo.launch()
|
|
|
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()
|