Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def inference(img):
|
|
29 |
|
30 |
title="deepflash2"
|
31 |
description="deepflash2 is a deep-learning pipeline for segmentation of ambiguous microscopic images."
|
32 |
-
examples=[['
|
33 |
|
34 |
gr.Interface(inference,
|
35 |
gr.inputs.Image(type="numpy"),
|
@@ -37,4 +37,4 @@ gr.Interface(inference,
|
|
37 |
title=title,
|
38 |
description=description,
|
39 |
examples=examples
|
40 |
-
).launch(
|
|
|
29 |
|
30 |
title="deepflash2"
|
31 |
description="deepflash2 is a deep-learning pipeline for segmentation of ambiguous microscopic images."
|
32 |
+
examples=[['cFOS_example.png']]
|
33 |
|
34 |
gr.Interface(inference,
|
35 |
gr.inputs.Image(type="numpy"),
|
|
|
37 |
title=title,
|
38 |
description=description,
|
39 |
examples=examples
|
40 |
+
).launch()
|