rntc commited on
Commit
5ba3c80
·
1 Parent(s): d029bb4

fix block naming

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -59,7 +59,7 @@ def ner(
59
  }
60
 
61
 
62
- with gr.Blocks(title="GLiNER-M-v2.1") 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,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
  )