Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import requests
|
|
9 |
import streamlit as st
|
10 |
|
11 |
img_path = None
|
12 |
-
st.title('Semantic Segmentation using
|
13 |
file_upload = st.file_uploader('Raw Input Image')
|
14 |
image_path = st.selectbox(
|
15 |
'Choose any one image for inference',
|
|
|
9 |
import streamlit as st
|
10 |
|
11 |
img_path = None
|
12 |
+
st.title('Semantic Segmentation using DPT')
|
13 |
file_upload = st.file_uploader('Raw Input Image')
|
14 |
image_path = st.selectbox(
|
15 |
'Choose any one image for inference',
|