rajistics commited on
Commit
5cd8384
·
1 Parent(s): 533422f
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,3 +1,5 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("ugaray96/biobert_ncbi_disease_ner", 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 mass1. Cancer cells also benefit from autophagy.")).launch()
 
 
 
1
  import gradio as gr
2
 
3
+ #gr.Interface.load("ugaray96/biobert_ncbi_disease_ner" \
4
+ gr.Interface.load("huggingface/huggingface-course/bert-finetuned-ner" \
5
+ , 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 mass1. Cancer cells also benefit from autophagy.")).launch()