Spaces:
Running
Running
Commit
·
5d5d1f2
1
Parent(s):
69a1281
modified: app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def predict(img):
|
|
11 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
12 |
|
13 |
title = "Skin Condition Classifier"
|
14 |
-
description = "A skin condition classifier trained on duck duck go image search with fastai. Created as a demo for Gradio and HuggingFace Spaces.
|
15 |
article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
|
16 |
examples = ['example.jpg']
|
17 |
interpretation='default'
|
|
|
11 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
12 |
|
13 |
title = "Skin Condition Classifier"
|
14 |
+
description = "A skin condition classifier trained on duck duck go image search with fastai. Created as a demo for Gradio and HuggingFace Spaces. The classifier was trained on images of chloasma, vitiligo, impetigo, psoriasis, rosacea, hypopigmentation, sebaceous hyperplasia, lentigens, acne, acne rosacea, telongiectasia, acne vulgaris, comedones, keloid scaring
|
15 |
article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
|
16 |
examples = ['example.jpg']
|
17 |
interpretation='default'
|