minwoosun commited on
Commit
0c993ce
·
verified ·
1 Parent(s): 3b4ead9

remove outputs in gr.example

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,7 +246,7 @@ if __name__ == "__main__":
246
  examples = gr.Examples(
247
  examples=[[default_dataset_1_path, "human", "PBMC 100 cells"],[default_dataset_2_path, "human", "PBMC 1000 cells"]],
248
  inputs=[file_input, species_input, default_dataset_input],
249
- outputs=[image_output, file_output, pred_output],
250
  fn=main,
251
  cache_examples=True
252
  )
 
246
  examples = gr.Examples(
247
  examples=[[default_dataset_1_path, "human", "PBMC 100 cells"],[default_dataset_2_path, "human", "PBMC 1000 cells"]],
248
  inputs=[file_input, species_input, default_dataset_input],
249
+ # outputs=[image_output, file_output, pred_output],
250
  fn=main,
251
  cache_examples=True
252
  )