Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -57,7 +57,7 @@ transform = T.Compose([
|
|
57 |
|
58 |
# ========== UI ==========
|
59 |
st.set_page_config(page_title="Tooth Segmentation", layout="wide")
|
60 |
-
st.title("
|
61 |
|
62 |
uploaded_file = st.file_uploader("Upload a mouth image with visible teeth", type=["jpg", "jpeg", "png"])
|
63 |
|
|
|
57 |
|
58 |
# ========== UI ==========
|
59 |
st.set_page_config(page_title="Tooth Segmentation", layout="wide")
|
60 |
+
st.title("Tooth Segmentation using MobileViT")
|
61 |
|
62 |
uploaded_file = st.file_uploader("Upload a mouth image with visible teeth", type=["jpg", "jpeg", "png"])
|
63 |
|