Spaces:
Sleeping
Sleeping
dillonlaird
commited on
Commit
•
ed3c8a2
1
Parent(s):
6e17fd0
fixed spacing
Browse files
app.py
CHANGED
@@ -20,8 +20,8 @@ ENDPOINT_ID = os.environ["ENDPOINT_ID"]
|
|
20 |
|
21 |
st.title("Topanga Beach Surfer Counter")
|
22 |
st.write(
|
23 |
-
"This application will grab the latest 10s clip of surfers from the Topanga Beach surf cam"
|
24 |
-
"and count the number of surfers there. It uses a model built with LandingLens to detect"
|
25 |
"the surfers. You can find out more at landing.ai"
|
26 |
)
|
27 |
|
|
|
20 |
|
21 |
st.title("Topanga Beach Surfer Counter")
|
22 |
st.write(
|
23 |
+
"This application will grab the latest 10s clip of surfers from the Topanga Beach surf cam "
|
24 |
+
"and count the number of surfers there. It uses a model built with LandingLens to detect "
|
25 |
"the surfers. You can find out more at landing.ai"
|
26 |
)
|
27 |
|