File size: 567 Bytes
533422f
 
00d9bb2
 
31cc56d
83a2e7b
 
1
2
3
4
5
6
7
import gradio as gr

gr.Interface.load("ugaray96/biobert_ncbi_disease_ner" \
#gr.Interface.load("huggingface/huggingface-course/bert-finetuned-ner" \
,src='models', title=None, inputs=gr.Textbox(label="Input", value="Autophagy maintains tumour growth through circulating arginine. Acute, \
whole-body deletion of the essential autophagy gene Atg7 in adult mice causes a systemic metabolic defect that manifests as starvation  \
intolerance and gradual loss of white adipose tissue, liver glycogen and muscle mass. Cancer cells also benefit from autophagy.")).launch()