Beasto commited on
Commit
ef74183
·
1 Parent(s): c3c2027

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,7 +33,7 @@ if f is not None:
33
 
34
  while True:
35
  # Read the next fram
36
- st.write('worm')
37
  ret, frame = cap.read()
38
 
39
  # Break the loop if the video is over
@@ -57,4 +57,4 @@ if f is not None:
57
  # Release the video capture object
58
  cap.release()
59
 
60
- print(out)
 
33
 
34
  while True:
35
  # Read the next fram
36
+
37
  ret, frame = cap.read()
38
 
39
  # Break the loop if the video is over
 
57
  # Release the video capture object
58
  cap.release()
59
 
60
+ st.write(out)