masdar commited on
Commit
2d4378c
·
1 Parent(s): c4ade10

update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -85,7 +85,9 @@ o = gr.outputs.Image(label="Hasil Segmentasi")
85
 
86
  examples = [["TCGA_CS_5395_19981004_12.png"],
87
  ["TCGA_CS_5395_19981004_14.png"],
88
- ["TCGA_DU_5849_19950405_24.png"]]
 
 
89
 
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."
 
85
 
86
  examples = [["TCGA_CS_5395_19981004_12.png"],
87
  ["TCGA_CS_5395_19981004_14.png"],
88
+ ["TCGA_DU_5849_19950405_20.png"],
89
+ ["TCGA_DU_5849_19950405_24.png"],
90
+ ["TCGA_DU_5849_19950405_28.png"]]
91
 
92
  title = "Sistem Segmentasi Citra MRI Otak berbasis Artificial Intelligence"
93
  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."