Jiranuwat commited on
Commit
f6a1753
·
verified ·
1 Parent(s): c40b9bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,7 +12,7 @@ def reset():
12
  with gr.Blocks() as demo:
13
  gr.HTML("""
14
  <h1 style="text-align: center; font-size: 50px;">
15
- Alzheimer Detection
16
  </h1>
17
  <p style="text-align: center;">
18
  Early Detection of Alzheimer's Disease: A Deep Learning Approach for Accurate Diagnosis.
@@ -46,7 +46,7 @@ with gr.Blocks() as demo:
46
 
47
  with gr.Row():
48
  choosen_plottype =gr.Radio(choices=["withmask", "withoutmask"], value="withmask", label="Plot Type", scale=1, interactive=True)
49
- choosen_target = gr.Slider(minimum=0, maximum=200, step=1, value=100, label="Classifier OutputTarget", scale=1, interactive=True)
50
  submit_btn = gr.Button("Submit", variant='primary', scale=1)
51
 
52
  with gr.Column():
 
12
  with gr.Blocks() as demo:
13
  gr.HTML("""
14
  <h1 style="text-align: center; font-size: 50px;">
15
+ Alzheimer Detection with Explainable AI (XAI)
16
  </h1>
17
  <p style="text-align: center;">
18
  Early Detection of Alzheimer's Disease: A Deep Learning Approach for Accurate Diagnosis.
 
46
 
47
  with gr.Row():
48
  choosen_plottype =gr.Radio(choices=["withmask", "withoutmask"], value="withmask", label="Plot Type", scale=1, interactive=True)
49
+ choosen_target = gr.Slider(minimum=0, maximum=3, step=1, value=2, label="Classifier OutputTarget", scale=1, interactive=True)
50
  submit_btn = gr.Button("Submit", variant='primary', scale=1)
51
 
52
  with gr.Column():