cogniveon commited on
Commit
7e9b2d6
·
verified ·
1 Parent(s): ccb67fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,5 +1,7 @@
1
  import gradio as gr
2
 
3
  demo = gr.load("cogniveon/nlpcw_bert-base-uncased-abbr", src="models")
4
-
 
 
5
  demo.launch()
 
1
  import gradio as gr
2
 
3
  demo = gr.load("cogniveon/nlpcw_bert-base-uncased-abbr", src="models")
4
+ demo.examples = [
5
+ 'We developed a variant of gene set enrichment analysis (GSEA) to determine whether a genetic pathway shows evidence for age regulation [23].'
6
+ ]
7
  demo.launch()