Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ def inference(repo_id, model_name, img):
|
|
| 26 |
|
| 27 |
title="deepflash2"
|
| 28 |
description='deepflash2 is a deep-learning pipeline for the segmentation of ambiguous microscopic images.\n deepflash2 uses deep model ensembles to achieve more accurate and reliable results. Thus, inference time will be more than a minute in this space.'
|
| 29 |
-
examples=[['matjesg/cFOS_in_HC', 'ensemble.onnx', '
|
| 30 |
|
| 31 |
gr.Interface(inference,
|
| 32 |
[gr.inputs.Textbox(placeholder='e.g., matjesg/cFOS_in_HC', label='repo_id'),
|
|
|
|
| 26 |
|
| 27 |
title="deepflash2"
|
| 28 |
description='deepflash2 is a deep-learning pipeline for the segmentation of ambiguous microscopic images.\n deepflash2 uses deep model ensembles to achieve more accurate and reliable results. Thus, inference time will be more than a minute in this space.'
|
| 29 |
+
examples=[['matjesg/cFOS_in_HC', 'ensemble.onnx', 'cFOS_example.png']]
|
| 30 |
|
| 31 |
gr.Interface(inference,
|
| 32 |
[gr.inputs.Textbox(placeholder='e.g., matjesg/cFOS_in_HC', label='repo_id'),
|