remove outputs in gr.example
Browse files
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 |
-
|
| 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 |
)
|