rajistics commited on
Commit
31cc56d
1 Parent(s): 83a2e7b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,6 +2,6 @@ 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
- src='models', title=None, inputs=gr.Textbox(label="Input", value="Autophagy maintains tumour growth through circulating arginine. Acute, \
6
  whole-body deletion of the essential autophagy gene Atg7 in adult mice causes a systemic metabolic defect that manifests as starvation \
7
  intolerance and gradual loss of white adipose tissue, liver glycogen and muscle mass. Cancer cells also benefit from autophagy.")).launch()
 
2
 
3
  gr.Interface.load("ugaray96/biobert_ncbi_disease_ner" \
4
  #gr.Interface.load("huggingface/huggingface-course/bert-finetuned-ner" \
5
+ ,src='models', title=None, inputs=gr.Textbox(label="Input", value="Autophagy maintains tumour growth through circulating arginine. Acute, \
6
  whole-body deletion of the essential autophagy gene Atg7 in adult mice causes a systemic metabolic defect that manifests as starvation \
7
  intolerance and gradual loss of white adipose tissue, liver glycogen and muscle mass. Cancer cells also benefit from autophagy.")).launch()