Spaces:
Build error
Build error
Commit
Β·
c72d473
1
Parent(s):
eee1b26
update files
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Melanoma Detection Demo
|
3 |
-
emoji:
|
4 |
colorFrom: indigo
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
|
|
1 |
---
|
2 |
title: Melanoma Detection Demo
|
3 |
+
emoji: π©ββοΈπ€
|
4 |
colorFrom: indigo
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
app.py
CHANGED
@@ -50,7 +50,7 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2004.068
|
|
50 |
gr.Interface(
|
51 |
fn=inference,
|
52 |
title="Melanoma Detection Demo",
|
53 |
-
description = "This model predicts if the given image has benign or malignant symptoms.To use it, simply upload a skin lesion image, or click one of the examples to load them. Read more at the links below",
|
54 |
article=article,
|
55 |
inputs="image",
|
56 |
outputs="label",
|
|
|
50 |
gr.Interface(
|
51 |
fn=inference,
|
52 |
title="Melanoma Detection Demo",
|
53 |
+
description = "This model predicts if the given image has benign or malignant symptoms. To use it, simply upload a skin lesion image, or click one of the examples to load them. Read more at the links below",
|
54 |
article=article,
|
55 |
inputs="image",
|
56 |
outputs="label",
|