alexrods commited on
Commit
a08c0a1
·
1 Parent(s): 1bc6093

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ st.header("Smart City Cars and Bikes detection")
8
  st.markdown("Upload a video or select the example")
9
 
10
  ## Select video to inference
11
- file_video = str
12
 
13
  f = st.file_uploader(" Upload a video ", type=["mp4"])
14
  if f is not None:
 
8
  st.markdown("Upload a video or select the example")
9
 
10
  ## Select video to inference
11
+ file_video = None
12
 
13
  f = st.file_uploader(" Upload a video ", type=["mp4"])
14
  if f is not None: