happyGPT commited on
Commit
5d84604
·
verified ·
1 Parent(s): dede47c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -156,7 +156,9 @@ my_demo = gr.Interface(
156
  ),
157
  ],
158
  outputs=outputs,
159
- examples=[["TCGA-COAD", "Chinese"], ["TCGA-READ", "English"]],
 
 
160
  description=desc,
161
  theme="JohnSmith9982/small_and_pretty",
162
  )
 
156
  ),
157
  ],
158
  outputs=outputs,
159
+ cache_examples=True,
160
+ cache_mode="eager",
161
+ examples=[["TCGA-READ", "Chinese"], ["TCGA-COAD", "English"]],
162
  description=desc,
163
  theme="JohnSmith9982/small_and_pretty",
164
  )