= commited on
Commit ·
7245658
1
Parent(s): ef8d901
add disclaimer
Browse files
app.py
CHANGED
|
@@ -232,7 +232,7 @@ with gr.Blocks(title="Polyglot Tagger Studio", css=CSS) as demo:
|
|
| 232 |
<h1 class="title">Polyglot Tagger Studio</h1>
|
| 233 |
<div class="subtitle">
|
| 234 |
A Gradio demo for the token-classification model behind this repo. Paste a sentence or paragraph,
|
| 235 |
-
and the app will surface the dominant language signal, token-level spans, and raw predictions.
|
| 236 |
</div>
|
| 237 |
</div>
|
| 238 |
"""
|
|
|
|
| 232 |
<h1 class="title">Polyglot Tagger Studio</h1>
|
| 233 |
<div class="subtitle">
|
| 234 |
A Gradio demo for the token-classification model behind this repo. Paste a sentence or paragraph,
|
| 235 |
+
and the app will surface the dominant language signal, token-level spans, and raw predictions. Note that this is experimental and does not replace a text classifier: be prepared for unexpected results.
|
| 236 |
</div>
|
| 237 |
</div>
|
| 238 |
"""
|