Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ iface = gr.Interface(
|
|
| 48 |
["ISIC_0032932_00.jpg"],
|
| 49 |
],
|
| 50 |
title="Skin Lesion Recognition using fast.ai",
|
| 51 |
-
description="Adapted from https://domingomery.ing.puc.cl/ - Not intended for production use",
|
| 52 |
article="<p style='text-align: center'><a href='https://evertoncolombo.github.io/blog/posts/skin-lesion/Skin%20Lesion%20Recognition%20using%20fastai.html'>More info | <a href='https://www.dropbox.com/s/nzrvuoos7sgl5dh/exp4val.zip' >Dataset</a> <center><img src='https://visitor-badge.glitch.me/badge?page_id=e_colombo_skin_lesion' alt='visitor badge'></center></p>",
|
| 53 |
allow_flagging="never",
|
| 54 |
).launch()
|
|
|
|
| 48 |
["ISIC_0032932_00.jpg"],
|
| 49 |
],
|
| 50 |
title="Skin Lesion Recognition using fast.ai",
|
| 51 |
+
description="Adapted from https://domingomery.ing.puc.cl/ - `Not intended for production use.`",
|
| 52 |
article="<p style='text-align: center'><a href='https://evertoncolombo.github.io/blog/posts/skin-lesion/Skin%20Lesion%20Recognition%20using%20fastai.html'>More info | <a href='https://www.dropbox.com/s/nzrvuoos7sgl5dh/exp4val.zip' >Dataset</a> <center><img src='https://visitor-badge.glitch.me/badge?page_id=e_colombo_skin_lesion' alt='visitor badge'></center></p>",
|
| 53 |
allow_flagging="never",
|
| 54 |
).launch()
|