thrumbel commited on
Commit
b2aa6f8
·
unverified ·
1 Parent(s): e539b21

Theme update

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -109,9 +109,11 @@ def deploy():
109
  inputs=[smiles_input, datasets_input],
110
  outputs=text_output,
111
  examples=examples,
 
112
  examples_per_page=20,
113
  title="ibm/biomed.sm.mv-te-84m property prediction tasks",
114
  description="Predictions for Pretrained show embedding vector of base model. Predictions for datasets show output of model finetuned on that task",
 
115
  )
116
 
117
  gradio_app.launch()
 
109
  inputs=[smiles_input, datasets_input],
110
  outputs=text_output,
111
  examples=examples,
112
+ cache_mode="lazy",
113
  examples_per_page=20,
114
  title="ibm/biomed.sm.mv-te-84m property prediction tasks",
115
  description="Predictions for Pretrained show embedding vector of base model. Predictions for datasets show output of model finetuned on that task",
116
+ theme="Zarkel/IBM_Carbon_Theme"
117
  )
118
 
119
  gradio_app.launch()