Spaces:
Runtime error
Runtime error
Edit the camera description
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ st.markdown("This is a demo of hand and finger tracking using [Google's MediaPip
|
|
34 |
col1, col2 = st.columns(2)
|
35 |
|
36 |
with col1:
|
37 |
-
picture = st.camera_input("Take a picture")
|
38 |
draw_background = st.checkbox("Draw background", value=True)
|
39 |
selected_connection = st.selectbox("Select connections to draw", list(connections.keys()))
|
40 |
|
|
|
34 |
col1, col2 = st.columns(2)
|
35 |
|
36 |
with col1:
|
37 |
+
picture = st.camera_input("Take a picture with one or both hands in the shot")
|
38 |
draw_background = st.checkbox("Draw background", value=True)
|
39 |
selected_connection = st.selectbox("Select connections to draw", list(connections.keys()))
|
40 |
|