Spaces:
Runtime error
Runtime error
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 +0 -0
- TestImages/MAI-SIM_microtubules.tif β MAI-SIM_microtubules.tif +0 -0
- TestImages/SLM-SIM_beads.tif β SLM-SIM_beads.tif +0 -0
- TestImages/SLM-SIM_endoplasmic.tif β SLM-SIM_endoplasmic.tif +0 -0
- TestImages/Synthetic_Barbara.tif β Synthetic_Barbara.tif +0 -0
- TestImages/Synthetic_penguin.tif β Synthetic_penguin.tif +0 -0
- app.py +1 -1
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('
|
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,
|