Spaces:
Runtime error
Runtime error
Freiburg-AI-Research
commited on
Commit
Β·
d21772c
1
Parent(s):
9d44393
Update app.py
Browse files
app.py
CHANGED
@@ -252,7 +252,7 @@ examples =["melanoma"]
|
|
252 |
|
253 |
iface = gr.Interface(fn=sample,
|
254 |
inputs=gr.inputs.Textbox(label='Which dermoscopic entity would you like to see? Choose one of the following one: "melanoma", "melanocytic nevi", "Actinic keratoses and intraepithelial carcinoma / Bowen disease, "benign keratosis-like lesions (solar lentigines / seborrheic keratoses and lichen-planus like keratoses", "basal cell carcinoma", "dermatofibroma", "vascular lesions"'),
|
255 |
-
outputs=gr.outputs.Image(type="pil", label="Model input + completions"
|
256 |
title=title,
|
257 |
description=description,
|
258 |
article=article,
|
|
|
252 |
|
253 |
iface = gr.Interface(fn=sample,
|
254 |
inputs=gr.inputs.Textbox(label='Which dermoscopic entity would you like to see? Choose one of the following one: "melanoma", "melanocytic nevi", "Actinic keratoses and intraepithelial carcinoma / Bowen disease, "benign keratosis-like lesions (solar lentigines / seborrheic keratoses and lichen-planus like keratoses", "basal cell carcinoma", "dermatofibroma", "vascular lesions"'),
|
255 |
+
outputs=gr.outputs.Image(type="pil", label="Model input + completions"),
|
256 |
title=title,
|
257 |
description=description,
|
258 |
article=article,
|