charlesnchr commited on
Commit
abf9b03
β€’
1 Parent(s): 82c4e1a

Moved example images to root

Browse files
TestImages/MAI-SIM_membrane.tif β†’ MAI-SIM_membrane.tif RENAMED
File without changes
TestImages/MAI-SIM_microtubules.tif β†’ MAI-SIM_microtubules.tif RENAMED
File without changes
TestImages/SLM-SIM_beads.tif β†’ SLM-SIM_beads.tif RENAMED
File without changes
TestImages/SLM-SIM_endoplasmic.tif β†’ SLM-SIM_endoplasmic.tif RENAMED
File without changes
TestImages/Synthetic_Barbara.tif β†’ Synthetic_Barbara.tif RENAMED
File without changes
TestImages/Synthetic_penguin.tif β†’ Synthetic_penguin.tif RENAMED
File without changes
app.py CHANGED
@@ -80,7 +80,7 @@ outputs = [
80
  # , gr.outputs.Textbox(type="auto",label="Pet Prediction")
81
  ]
82
 
83
- examples = glob.glob('TestImages/*')
84
 
85
  interface = gr.Interface(fn=predict,
86
  inputs=inputs,
80
  # , gr.outputs.Textbox(type="auto",label="Pet Prediction")
81
  ]
82
 
83
+ examples = glob.glob('*.tif')
84
 
85
  interface = gr.Interface(fn=predict,
86
  inputs=inputs,