ajtamayoh commited on
Commit
7f9f52a
1 Parent(s): 0c616be

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ 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/NLP-CIC-WFU_SocialDisNER_fine_tuned_bert-base-multilingual-cased").launch();