matjesg commited on
Commit
b345345
·
1 Parent(s): 142c109

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=[['1599.tif']]
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(share=True)
 
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()