Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -156,7 +156,9 @@ my_demo = gr.Interface(
|
|
| 156 |
),
|
| 157 |
],
|
| 158 |
outputs=outputs,
|
| 159 |
-
|
|
|
|
|
|
|
| 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 |
)
|