masdar commited on
Commit
451eff0
·
1 Parent(s): 9d3129c

update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -90,11 +90,14 @@ examples = [["TCGA_CS_5395_19981004_12.png"],
90
  title = "Sistem Segmentasi Citra MRI Otak berbasis Artificial Intelligence"
91
  description = "This system is designed to help automate the process of accurately and efficiently segmenting brain MRIs into regions of interest. It does this by using a UBNet-Seg Architecture that has been trained on a large dataset of manually annotated brain images."
92
 
 
 
93
  #thumbnail = "https://raw.githubusercontent.com/gradio-app/hub-echonet/master/thumbnail.png"
94
 
95
  gr.Interface(segment, i, o,
96
  allow_flagging = False,
97
  description = description,
98
- title=title,
 
99
  examples = examples,
100
  analytics_enabled = False).launch()
 
90
  title = "Sistem Segmentasi Citra MRI Otak berbasis Artificial Intelligence"
91
  description = "This system is designed to help automate the process of accurately and efficiently segmenting brain MRIs into regions of interest. It does this by using a UBNet-Seg Architecture that has been trained on a large dataset of manually annotated brain images."
92
 
93
+ article = "<p style='text-align: center'>Created by <a target='_blank' href='https://fi.ub.ac.id/'>Jurusan Fisika, FMIPA, Universitas Brawijaya </a></p>"
94
+
95
  #thumbnail = "https://raw.githubusercontent.com/gradio-app/hub-echonet/master/thumbnail.png"
96
 
97
  gr.Interface(segment, i, o,
98
  allow_flagging = False,
99
  description = description,
100
+ title = title,
101
+ article = article,
102
  examples = examples,
103
  analytics_enabled = False).launch()