Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -15,7 +15,7 @@ st.markdown("""
|
|
| 15 |
</style>
|
| 16 |
""", unsafe_allow_html=True)
|
| 17 |
|
| 18 |
-
MODEL_PATH = mobilevit_teeth_segmentation.pth
|
| 19 |
|
| 20 |
# === Model Definition ===
|
| 21 |
class MobileViTSegmentation(nn.Module):
|
|
|
|
| 15 |
</style>
|
| 16 |
""", unsafe_allow_html=True)
|
| 17 |
|
| 18 |
+
MODEL_PATH = "mobilevit_teeth_segmentation.pth"
|
| 19 |
|
| 20 |
# === Model Definition ===
|
| 21 |
class MobileViTSegmentation(nn.Module):
|