alexrods commited on
Commit
566921d
·
1 Parent(s): ed302d0

Update app.py

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