guru001 commited on
Commit
e3d6f69
1 Parent(s): 42155f0

examples added

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