Jiranuwat commited on
Commit
e4a354e
·
verified ·
1 Parent(s): 4fb44e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -55,10 +55,10 @@ with gr.Blocks() as demo:
55
 
56
  </h2>
57
  <h2 style="text-align: center;">
58
- Output and Prediction
59
  </h2>
60
  <p style="text-align: center;">
61
- Grad-CAM for 3 images. Original, White Matter, Gray Matter image.
62
  </p>
63
  """
64
  )
@@ -76,6 +76,10 @@ with gr.Blocks() as demo:
76
  <p style="text-align: left;">
77
  You can select 1 image from the examples and click "Submit".
78
  </p>
 
 
 
 
79
  """
80
  )
81
  examples = gr.Examples(examples=[ os.path.join(os.getcwd(), "non.jpg"),
 
55
 
56
  </h2>
57
  <h2 style="text-align: center;">
58
+ Prediction and Grad-CAM
59
  </h2>
60
  <p style="text-align: center;">
61
+ Alzheimer detection result with Grad-CAM for 3 images. Original, White Matter and Gray Matter image.
62
  </p>
63
  """
64
  )
 
76
  <p style="text-align: left;">
77
  You can select 1 image from the examples and click "Submit".
78
  </p>
79
+ <p style="text-align: left;">
80
+ These images represent 4 different stages of Alzheimer's disease in the following order:<span style="font-weight: bold;">
81
+ Non Demented, Very Mild Demented, Mild Demented and Moderate Demented.</span>
82
+ </p>
83
  """
84
  )
85
  examples = gr.Examples(examples=[ os.path.join(os.getcwd(), "non.jpg"),