Spaces:
Runtime error
Runtime error
Tobias Czempiel
commited on
Commit
•
8a1eaec
1
Parent(s):
3533c69
added examples
Browse files- .DS_Store +0 -0
- README.md +1 -1
- images/.DS_Store +0 -0
- images/akiec.jpg +0 -0
- images/bcc.jpg +0 -0
- images/bkl.jpg +0 -0
- images/df.jpg +0 -0
- images/mel.jpg +0 -0
- images/mel2.jpg +0 -0
- images/mel3.jpg +0 -0
- images/nv.jpg +0 -0
- images/nv2.jpg +0 -0
- runSDSdemo.py +1 -1
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 😻
|
|
4 |
colorFrom: purple
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
7 |
-
app_file:
|
8 |
pinned: false
|
9 |
license: afl-3.0
|
10 |
---
|
|
|
4 |
colorFrom: purple
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
7 |
+
app_file: runSDSdemo.py
|
8 |
pinned: false
|
9 |
license: afl-3.0
|
10 |
---
|
images/.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
images/akiec.jpg
ADDED
images/bcc.jpg
ADDED
images/bkl.jpg
ADDED
images/df.jpg
ADDED
images/mel.jpg
ADDED
images/mel2.jpg
ADDED
images/mel3.jpg
ADDED
images/nv.jpg
ADDED
images/nv2.jpg
ADDED
runSDSdemo.py
CHANGED
@@ -91,6 +91,6 @@ gr.Interface(
|
|
91 |
fn=predict,
|
92 |
inputs=gr.inputs.Image(),
|
93 |
outputs=[gr.outputs.Label(label="Predict Result"), gr.outputs.Textbox(type="str", label="Recommendation"), gr.outputs.Image(label="GradCAM")],
|
94 |
-
examples=[['
|
95 |
title="Skin Lesion Classifier"
|
96 |
).launch()
|
|
|
91 |
fn=predict,
|
92 |
inputs=gr.inputs.Image(),
|
93 |
outputs=[gr.outputs.Label(label="Predict Result"), gr.outputs.Textbox(type="str", label="Recommendation"), gr.outputs.Image(label="GradCAM")],
|
94 |
+
examples=[['images/akiec.jpg'],['images/bcc.jpg'],['images/bkl.jpg'],['images/df.jpg'],['images/mel.jpg'],['images/mel2.jpg'],['images/mel3.jpg'],['images/nv.jpg'],['images/nv2.jpg']],
|
95 |
title="Skin Lesion Classifier"
|
96 |
).launch()
|