Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,8 @@ if f is not None:
|
|
| 32 |
out = ''
|
| 33 |
|
| 34 |
while True:
|
| 35 |
-
# Read the next
|
|
|
|
| 36 |
ret, frame = cap.read()
|
| 37 |
|
| 38 |
# Break the loop if the video is over
|
|
|
|
| 32 |
out = ''
|
| 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
|