Spaces:
Running
Running
fix block naming
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def ner(
|
|
59 |
}
|
60 |
|
61 |
|
62 |
-
with gr.Blocks(title="
|
63 |
gr.Markdown(
|
64 |
"""
|
65 |
<img src="https://camembert-bio-model.fr/authors/camembert-bio/camembert-bio-ner-logo.png" alt="drawing" width="250"/>
|
@@ -131,7 +131,7 @@ râles crépitants => Symptômes
|
|
131 |
with gr.Row() as row:
|
132 |
labels = gr.Textbox(
|
133 |
value=examples[0][1],
|
134 |
-
label="Labels",
|
135 |
placeholder="Enter your labels here (comma separated)",
|
136 |
scale=2,
|
137 |
)
|
|
|
59 |
}
|
60 |
|
61 |
|
62 |
+
with gr.Blocks(title="CamemBERT-bio-ner") as demo:
|
63 |
gr.Markdown(
|
64 |
"""
|
65 |
<img src="https://camembert-bio-model.fr/authors/camembert-bio/camembert-bio-ner-logo.png" alt="drawing" width="250"/>
|
|
|
131 |
with gr.Row() as row:
|
132 |
labels = gr.Textbox(
|
133 |
value=examples[0][1],
|
134 |
+
label="Labels (stongly recommended to put the first letter in uppercase)",
|
135 |
placeholder="Enter your labels here (comma separated)",
|
136 |
scale=2,
|
137 |
)
|