Spaces:
Build error
Build error
Commit
·
da38700
1
Parent(s):
490b30c
Fix missing logo
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ class App:
|
|
| 48 |
output = gr.Label(num_top_classes=len(DR_LABELMAP),
|
| 49 |
label="Retinopathy level prediction")
|
| 50 |
with gr.Column(scale=4):
|
| 51 |
-
gr.Markdown(":
|
| 53 |
with gr.Column(scale=9, min_width=100):
|
| 54 |
image = gr.Image(label="Retina scan")
|
|
|
|
| 48 |
output = gr.Label(num_top_classes=len(DR_LABELMAP),
|
| 49 |
label="Retinopathy level prediction")
|
| 50 |
with gr.Column(scale=4):
|
| 51 |
+
gr.Markdown("")
|
| 52 |
with gr.Row():
|
| 53 |
with gr.Column(scale=9, min_width=100):
|
| 54 |
image = gr.Image(label="Retina scan")
|