JohanBeytell commited on
Commit
93fef60
·
verified ·
1 Parent(s): 55447b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -465,12 +465,12 @@ def create_gradio_app():
465
  primary_hue="indigo",
466
  )
467
 
468
- with gr.Blocks(title="🧠 Brain Tumor Detection - Grad-CAM++", theme=theme, css=custom_css) as app:
469
 
470
  gr.HTML("""
471
  <div class="main-header">
472
- <h1>🧠 Brain Tumor Detection with Enhanced Grad-CAM++</h1>
473
- <p>Advanced AI-powered MRI analysis with explainable attention visualization</p>
474
  </div>
475
  """)
476
 
 
465
  primary_hue="indigo",
466
  )
467
 
468
+ with gr.Blocks(title="🧠 Bioset - Brain Tumor MRI Detection", theme=theme, css=custom_css) as app:
469
 
470
  gr.HTML("""
471
  <div class="main-header">
472
+ <h1>🧠 Bioset - Brain Tumor MRI Detection</h1>
473
+ <p>Advanced AI-powered MRI analysis with explainable attention visualization with Enhanced Grad-CAM++</p>
474
  </div>
475
  """)
476