HarshaBattula commited on
Commit
b7b2238
Β·
1 Parent(s): ae05d41

updating text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ demo = gr.Interface(
74
  ),
75
  ],
76
  gr.HighlightedText(
77
- label="Aspect Detector based on DEBERT",
78
  combine_adjacent=True,
79
  show_legend=True,
80
  ).style(color_map={"+": "green", "-": "red"}),
 
74
  ),
75
  ],
76
  gr.HighlightedText(
77
+ label="Aspect Detector based on DeBERTa",
78
  combine_adjacent=True,
79
  show_legend=True,
80
  ).style(color_map={"+": "green", "-": "red"}),