Update description text
Browse files
app.py
CHANGED
@@ -76,18 +76,14 @@ def predict(image: str) -> dict:
|
|
76 |
|
77 |
|
78 |
description = """
|
79 |
-
Research image classification model for multi-class predictions of common dermatologic tumors, the model was trained
|
80 |
-
on the [HAM10000 dataset](https://www.nature.com/articles/sdata2018161).
|
81 |
|
82 |
-
This is the model used in the publication
|
83 |
-
[Tschandl P. et al. Nature Medicine 2020](https://www.nature.com/articles/s41591-020-0942-0)
|
84 |
-
where human-computer interaction of such a system was analyzed.
|
85 |
|
86 |
-
Instructions for uploading: Ensure the image is not blurred, the lesion is centered and in focus, and no black/white
|
87 |
-
vignette is in the surrounding. The image should depict the whole lesion, and not a zoomed-in part.
|
88 |
|
89 |
For education and research use only. **DO NOT use this to obtain medical advice!**
|
90 |
-
If you have a skin change in question, seek contact to
|
91 |
|
92 |
logging.warning("Starting Gradio interface...")
|
93 |
gr.Interface(
|
|
|
76 |
|
77 |
|
78 |
description = """
|
79 |
+
Research image classification model for multi-class predictions of common dermatologic tumors, the model was trained on the [HAM10000 dataset](https://www.nature.com/articles/sdata2018161).
|
|
|
80 |
|
81 |
+
This is the model used in the publication [Tschandl P. et al. Nature Medicine 2020](https://www.nature.com/articles/s41591-020-0942-0) where human-computer interaction of such a system was analyzed.
|
|
|
|
|
82 |
|
83 |
+
Instructions for uploading: Ensure the image is not blurred, the lesion is centered and in focus, and no black/white vignette is in the surrounding. The image should depict the whole lesion, and not a zoomed-in part.
|
|
|
84 |
|
85 |
For education and research use only. **DO NOT use this to obtain medical advice!**
|
86 |
+
If you have a skin change in question, seek contact to a health care professional."""
|
87 |
|
88 |
logging.warning("Starting Gradio interface...")
|
89 |
gr.Interface(
|