msn-enginenova21 commited on
Commit
90608bb
·
1 Parent(s): 2fde305

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def save_image():
82
  else:
83
  st.text("Detection Threshold is 60")
84
  st.text("Detection Gesture")
85
- st.text("Note: Make clean Gesture if not detected try another Gesture")
86
  st.image("Untitled_img.png")
87
 
88
 
 
82
  else:
83
  st.text("Detection Threshold is 60")
84
  st.text("Detection Gesture")
85
+ st.text("Note: Detection model is train on limited Gestures (as shown in example image) Make clean Gesture if not detected try another Gesture")
86
  st.image("Untitled_img.png")
87
 
88