DD0101 commited on
Commit
144512a
1 Parent(s): c48e38e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 "fluency" version for Slot Filling and Intent Detection task",
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()