Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|