DmitriiKhizbullin commited on
Commit
da38700
1 Parent(s): 490b30c

Fix missing logo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("![](https://media.githubusercontent.com/media/SDAIA-KAUST-AI/diabetic-retinopathy-detection/main/media/logo1.png)")
52
  with gr.Row():
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("![](https://raw.githubusercontent.com/SDAIA-KAUST-AI/diabetic-retinopathy-detection/main/media/logo1.png)")
52
  with gr.Row():
53
  with gr.Column(scale=9, min_width=100):
54
  image = gr.Image(label="Retina scan")