Spaces:
Runtime error
Runtime error
haritsahm
commited on
Commit
·
d0b945d
1
Parent(s):
008689e
Add missing everything option
Browse files
app.py
CHANGED
|
@@ -257,7 +257,7 @@ def main():
|
|
| 257 |
col1, col2, col3 = st.columns(3)
|
| 258 |
|
| 259 |
with col1:
|
| 260 |
-
option = st.selectbox('Segmentation mode', ('Click', 'Box'))
|
| 261 |
|
| 262 |
with col2:
|
| 263 |
st.write("Show or Hide Mask")
|
|
|
|
| 257 |
col1, col2, col3 = st.columns(3)
|
| 258 |
|
| 259 |
with col1:
|
| 260 |
+
option = st.selectbox('Segmentation mode', ('Click', 'Box', 'Everything'))
|
| 261 |
|
| 262 |
with col2:
|
| 263 |
st.write("Show or Hide Mask")
|