Spaces:
Sleeping
Sleeping
Commit
·
4d576d9
1
Parent(s):
b3c995f
Update app.py
Browse files
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()
|