mkalia commited on
Commit
86948bc
1 Parent(s): 2f16ce2

Update depth_app.py

Browse files
Files changed (1) hide show
  1. depth_app.py +1 -1
depth_app.py CHANGED
@@ -82,7 +82,7 @@ def predict_depth(image, encoder, depth_decoder, device, feed_height, feed_width
82
 
83
  # Streamlit app
84
  def main():
85
- st.title("Monodepth2 Depth Estimation")
86
  st.write("Upload a PNG image to get depth estimation")
87
 
88
  download_model_files()
 
82
 
83
  # Streamlit app
84
  def main():
85
+ st.title("Self & Semi-Supervised Methods for Depth & Pose Estimation")
86
  st.write("Upload a PNG image to get depth estimation")
87
 
88
  download_model_files()