fmmolina commited on
Commit
35cddc0
1 Parent(s): 158767d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,6 +4,6 @@ examples = [["El útero o matriz es el lugar donde se desarrolla el bebé cuando
4
 
5
  theme="grass"
6
  title="Spanish Medical NER Demo"
7
- description="A Spanish Medical NER Demo to label medical text with these labels: 'Concept', 'Action', 'Predicate' or 'Reference'. Lot of improvements to do, feedback welcome!!"
8
  inputs=gr.inputs.Textbox(label="Introduce o elige un ejemplo de texto médico")
9
  gr.Interface.load("huggingface/fmmolina/bert-base-spanish-wwm-uncased-finetuned-NER-medical", inputs = inputs, theme=theme, examples=examples, title=title, description=description).launch();
 
4
 
5
  theme="grass"
6
  title="Spanish Medical NER Demo"
7
+ description="A Spanish Medical NER Demo to label medical text with these labels: 'Concept', 'Action', 'Predicate' or 'Reference'. Many improvements to do, feedback welcome!!"
8
  inputs=gr.inputs.Textbox(label="Introduce o elige un ejemplo de texto médico")
9
  gr.Interface.load("huggingface/fmmolina/bert-base-spanish-wwm-uncased-finetuned-NER-medical", inputs = inputs, theme=theme, examples=examples, title=title, description=description).launch();