Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ def predict_image(image):
|
|
| 50 |
|
| 51 |
# Streamlit app
|
| 52 |
st.title("Driver Distraction Detection")
|
| 53 |
-
st.markdown("Team18 Image Project : Sayandip Bhattacharyya, Purnendu Rudrapal, Sridatta Das,
|
| 54 |
|
| 55 |
# File upload
|
| 56 |
uploaded_file = st.file_uploader("Choose an image file", type=["jpg", "jpeg", "png"])
|
|
|
|
| 50 |
|
| 51 |
# Streamlit app
|
| 52 |
st.title("Driver Distraction Detection")
|
| 53 |
+
st.markdown("Team18 Image Project : Sayandip Bhattacharyya, Purnendu Rudrapal, Sridatta Das, Sidharta Karjee")
|
| 54 |
|
| 55 |
# File upload
|
| 56 |
uploaded_file = st.file_uploader("Choose an image file", type=["jpg", "jpeg", "png"])
|