pmbrito commited on
Commit
f00d1ea
1 Parent(s): 1c94dff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Beit')
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',