Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
|
|
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.
|