Spaces:
Sleeping
Sleeping
Update depth_app.py
Browse files- 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("
|
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()
|