Lihuchen commited on
Commit
a407e7f
1 Parent(s): a1c4590

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", examples=sample_list)
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, cache_examples=False)
21
  iface.launch()