Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,4 +2,6 @@ import gradio as gr
|
|
2 |
|
3 |
examples = [['La fórmula leucocitaria mostró un 56,6% de neutrófilos, un 32,1% de linfocitos y un 10,2% de monocitos.']]
|
4 |
|
5 |
-
gr.Interface.load("models/ajtamayoh/Negation_Scope_Detection_SFU_Spanish_NLP-CIC-WFU_DisTEMIST_fine_tuned").launch();
|
|
|
|
|
|
2 |
|
3 |
examples = [['La fórmula leucocitaria mostró un 56,6% de neutrófilos, un 32,1% de linfocitos y un 10,2% de monocitos.']]
|
4 |
|
5 |
+
//gr.Interface.load("models/ajtamayoh/Negation_Scope_Detection_SFU_Spanish_NLP-CIC-WFU_DisTEMIST_fine_tuned").launch();
|
6 |
+
|
7 |
+
gr.Interface.load("models/ajtamayoh/Negation_Scope_Detection_NubEs_Spanish_mBERT_fine_tuned").launch();
|