Spaces:
Runtime error
Runtime error
Commit
·
5dfe0f7
1
Parent(s):
88912b5
Update streamlit_config.py
Browse files- streamlit_config.py +1 -2
streamlit_config.py
CHANGED
|
@@ -40,8 +40,7 @@ def download_button(file, name, format):
|
|
| 40 |
|
| 41 |
def run():
|
| 42 |
st.title("Semantic image segmentation")
|
| 43 |
-
|
| 44 |
-
|
| 45 |
Image.open('detect.jpg')
|
| 46 |
if not file:
|
| 47 |
return
|
|
|
|
| 40 |
|
| 41 |
def run():
|
| 42 |
st.title("Semantic image segmentation")
|
| 43 |
+
get_uploaded_file()
|
|
|
|
| 44 |
Image.open('detect.jpg')
|
| 45 |
if not file:
|
| 46 |
return
|