ajtamayoh's picture
Create app.py
4f930a3
raw
history blame contribute delete
263 Bytes
import gradio as gr
examples = [['La f贸rmula leucocitaria mostr贸 un 56,6% de neutr贸filos, un 32,1% de linfocitos y un 10,2% de monocitos.']]
gr.Interface.load("models/ajtamayoh/NLP-CIC-WFU_Clinical_Cases_NER_Sents_tokenized_mBERT_cased_fine_tuned").launch();