guru001 commited on
Commit
9b3ccc7
1 Parent(s): e3d6f69

four-fingers images added

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. four-fingers.jpg +0 -0
app.py CHANGED
@@ -36,7 +36,7 @@ demo = gr.Interface(
36
  fn=sign,
37
  inputs = gr.Image(shape=(200, 200)),
38
  outputs = gr.Label(),
39
- examples=["two-fingers.jpg", "five-fingers.jpg"]
40
  # allow_flagging = "manual",
41
  # flagging_options = ['recule', 'tournedroite', 'arretetoi', 'tournegauche', 'gauche', 'avance', 'droite'],
42
  # flagging_dir = "./flag/men"
 
36
  fn=sign,
37
  inputs = gr.Image(shape=(200, 200)),
38
  outputs = gr.Label(),
39
+ examples=["two-fingers.jpg", "five-fingers.jpg", "four-fingers.jpg"]
40
  # allow_flagging = "manual",
41
  # flagging_options = ['recule', 'tournedroite', 'arretetoi', 'tournegauche', 'gauche', 'avance', 'droite'],
42
  # flagging_dir = "./flag/men"
four-fingers.jpg ADDED