dillonlaird commited on
Commit
6e17fd0
1 Parent(s): 2c0045a

added link to landing ai

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -21,7 +21,8 @@ ENDPOINT_ID = os.environ["ENDPOINT_ID"]
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."
 
25
  )
26
 
27
 
 
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
 
28