danie94-lml commited on
Commit
4d576d9
·
1 Parent(s): b3c995f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -102,3 +102,5 @@ def app():
102
  st.image(image, caption="Default Example Image", use_column_width=True)
103
 
104
  click_instance_segmentation(image, model_selection, predictor)
 
 
 
102
  st.image(image, caption="Default Example Image", use_column_width=True)
103
 
104
  click_instance_segmentation(image, model_selection, predictor)
105
+
106
+ app()