Andrey Litvin
commited on
Update app.py
Browse filesРусский язык 1
app.py
CHANGED
@@ -70,9 +70,9 @@ gr.Interface(
|
|
70 |
fn=predict_retinopathy,
|
71 |
inputs=gr.Image(type="pil"),
|
72 |
outputs=[
|
73 |
-
gr.Image(type="pil", label="Grad-CAM"),
|
74 |
-
gr.Text(label="
|
75 |
],
|
76 |
-
title="
|
77 |
-
description="
|
78 |
).launch()
|
|
|
70 |
fn=predict_retinopathy,
|
71 |
inputs=gr.Image(type="pil"),
|
72 |
outputs=[
|
73 |
+
gr.Image(type="pil", label="Метод Grad-CAM"),
|
74 |
+
gr.Text(label="Вероятность ДР в %")
|
75 |
],
|
76 |
+
title="Диагностика диабетической ретинопатии",
|
77 |
+
description="Загрузите ОКТ .png и смотрите карту Grad-CAM heatmap"
|
78 |
).launch()
|