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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -1,7 +1,4 @@
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()
 
1
  import gradio as gr
2
 
3
  demo = gr.load("cogniveon/nlpcw_bert-base-uncased-abbr", src="models")
4
+ demo.launch()