lkp72 commited on
Commit
4e3dbef
·
verified ·
1 Parent(s): 2f88dad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 and License Plate Detection")
49
- uploaded_file = st.file_uploader("Choose an image or video", type=["jpg", "jpeg", "png", "mp4"])
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)