cesar commited on
Commit
32bbc95
·
1 Parent(s): be1a356

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -59,7 +59,12 @@ def inference(img):
59
  return f
60
 
61
  title = "U-NET FOR BRAIN MRI"
62
- description = "Gradio demo for u-net for brain mri, U-Net with batch normalization for biomedical image segmentation with pretrained weights for abnormality segmentation in brain MRI. To use it, simply add your image, or click one of the examples to load them. Read more at the links below. <img src="https://smart.pehr.care/wp-content/uploads/2021/08/logo-pehr-300x263-trans-001.png" alt="logo" width="350"/>"
 
 
 
 
 
63
  article = "<p style='text-align: center'><a href='https://mateuszbuda.github.io/2017/12/01/brainseg.html'>Segmentation of brain tumor in magnetic resonance images</a> | <a href='https://github.com/mateuszbuda/brain-segmentation-pytorch'>Github Repo</a></p>"
64
  examples = [
65
  ['TCGA_CS_4944.png']
 
59
  return f
60
 
61
  title = "U-NET FOR BRAIN MRI"
62
+ description = """
63
+ <p>
64
+ <center> Gradio demo for u-net for brain mri, U-Net with batch normalization for biomedical image segmentation with pretrained weights for abnormality segmentation in brain MRI. To use it, simply add your image, or click one of the examples to load them. Read more at the links below. <img src="https://smart.pehr.care/wp-content/uploads/2021/08/logo-pehr-300x263-trans-001.png" alt="logo" width="350"/>
65
+ </center>
66
+ </p>
67
+ """
68
  article = "<p style='text-align: center'><a href='https://mateuszbuda.github.io/2017/12/01/brainseg.html'>Segmentation of brain tumor in magnetic resonance images</a> | <a href='https://github.com/mateuszbuda/brain-segmentation-pytorch'>Github Repo</a></p>"
69
  examples = [
70
  ['TCGA_CS_4944.png']