minwoosun commited on
Commit
1ef50c5
·
verified ·
1 Parent(s): a2dae48

update with default dataset path

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -241,8 +241,8 @@ if __name__ == "__main__":
241
  )
242
 
243
  examples = gr.Examples(
244
- examples=[["human", "PBMC 100 cells"],["human", "PBMC 1000 cells"]],
245
- inputs=[species_input, default_dataset_input],
246
  outputs=[image_output, file_output, pred_output],
247
  fn=main,
248
  cache_examples=True
 
241
  )
242
 
243
  examples = gr.Examples(
244
+ examples=[[default_dataset_1_path, "human", "PBMC 100 cells"],[default_dataset_2_path, "human", "PBMC 1000 cells"]],
245
+ inputs=[file_input, species_input, default_dataset_input],
246
  outputs=[image_output, file_output, pred_output],
247
  fn=main,
248
  cache_examples=True