Spaces:
Running
Running
Updated examples
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ def deploy():
|
|
123 |
pipeline,
|
124 |
inputs=[smiles_input, datasets_input],
|
125 |
outputs=text_output,
|
126 |
-
examples=
|
127 |
cache_mode="lazy",
|
128 |
examples_per_page=20,
|
129 |
title="ibm/biomed.sm.mv-te-84m Property Prediction Tasks",
|
|
|
123 |
pipeline,
|
124 |
inputs=[smiles_input, datasets_input],
|
125 |
outputs=text_output,
|
126 |
+
examples=examples_new,
|
127 |
cache_mode="lazy",
|
128 |
examples_per_page=20,
|
129 |
title="ibm/biomed.sm.mv-te-84m Property Prediction Tasks",
|