Spaces:
Runtime error
Runtime error
HarshaBattula commited on
Commit Β·
b7b2238
1
Parent(s): ae05d41
updating text
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ demo = gr.Interface(
|
|
| 74 |
),
|
| 75 |
],
|
| 76 |
gr.HighlightedText(
|
| 77 |
-
label="Aspect Detector based on
|
| 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"}),
|