Update app.py
Browse files
app.py
CHANGED
@@ -17,5 +17,5 @@ sample_list = [
|
|
17 |
"In this study , we found that miR-34a demonstrated greater expression in the lungs of patients with IPF and in mice with experimental pulmonary fibrosis , with its primary localization in lung fibroblasts.",
|
18 |
]
|
19 |
|
20 |
-
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
21 |
iface.launch()
|
|
|
17 |
"In this study , we found that miR-34a demonstrated greater expression in the lungs of patients with IPF and in mice with experimental pulmonary fibrosis , with its primary localization in lung fibroblasts.",
|
18 |
]
|
19 |
|
20 |
+
iface = gr.Interface(fn=greet, inputs="text", outputs="text", examples=sample_list)
|
21 |
iface.launch()
|