Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
|
|
2 |
|
3 |
examples = [["El útero o matriz es el lugar donde se desarrolla el bebé cuando una mujer está embarazada."], ["El síndrome de dolor regional complejo es un trastorno de dolor crónico."]]
|
4 |
|
|
|
5 |
title="Spanish Medical NER Demo"
|
6 |
description="A Spanish Medical NER Demo to label medical text with these labels: 'Concept', 'Action', 'Predicate' or 'Reference'"
|
7 |
-
gr.Interface.load("huggingface/fmmolina/bert-base-spanish-wwm-uncased-finetuned-NER-medical", examples=examples, description=description).launch();
|
|
|
2 |
|
3 |
examples = [["El útero o matriz es el lugar donde se desarrolla el bebé cuando una mujer está embarazada."], ["El síndrome de dolor regional complejo es un trastorno de dolor crónico."]]
|
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'"
|
8 |
+
gr.Interface.load("huggingface/fmmolina/bert-base-spanish-wwm-uncased-finetuned-NER-medical", theme=theme, examples=examples, description=description).launch();
|