Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,8 +45,8 @@ def process_video(video_in_filepath, video_out_filepath, model):
|
|
45 |
progress_bar.empty() # Remove the progress bar after completion
|
46 |
|
47 |
# Streamlit App Layout
|
48 |
-
st.title("Taxi
|
49 |
-
uploaded_file = st.file_uploader("
|
50 |
|
51 |
# Create two columns
|
52 |
col1, col2 = st.columns(2)
|
|
|
45 |
progress_bar.empty() # Remove the progress bar after completion
|
46 |
|
47 |
# Streamlit App Layout
|
48 |
+
st.title("ITI107 Assignment: Taxi & License Plate Detection")
|
49 |
+
uploaded_file = st.file_uploader("Image or video", type=["jpg", "jpeg", "png", "mp4"])
|
50 |
|
51 |
# Create two columns
|
52 |
col1, col2 = st.columns(2)
|