Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -221,7 +221,7 @@ def explain_step(label,confidence,age,sex,localization,user_question,progress=gr
|
|
221 |
# return answer
|
222 |
yield answer
|
223 |
|
224 |
-
with gr.Blocks(title='Skin Lesion Assistant') as demo:
|
225 |
gr.Markdown('**Lesion Image**')
|
226 |
with gr.Row():
|
227 |
img = gr.Image(type='pil')
|
|
|
221 |
# return answer
|
222 |
yield answer
|
223 |
|
224 |
+
with gr.Blocks(title='Skin Lesion Assistant - Educational only, not medical advice') as demo:
|
225 |
gr.Markdown('**Lesion Image**')
|
226 |
with gr.Row():
|
227 |
img = gr.Image(type='pil')
|