yuragoithf commited on
Commit
2302330
·
1 Parent(s): aee211e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def gen_pred(img, model=seg_model):
78
  plt.show()
79
  return fig
80
 
81
- title = "<h1 style='text-align: center;'>Semantic Segmentation</h1>"
82
  description = "Upload an image and get prediction mask"
83
 
84
  gr.Interface(fn=gen_pred,
 
78
  plt.show()
79
  return fig
80
 
81
+ title = "<h1 style='text-align: center;'>Semantic Segmentation (Airbus Ship Detection Challenge)</h1>"
82
  description = "Upload an image and get prediction mask"
83
 
84
  gr.Interface(fn=gen_pred,