aharley commited on
Commit
869d64d
·
1 Parent(s): bb52d21

added parrot

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -903,6 +903,7 @@ with gr.Blocks() as demo:
903
  apple = os.path.join(os.path.dirname(__file__), "videos", "apple.mp4")
904
  grasp_sponge_800 = os.path.join(os.path.dirname(__file__), "videos", "grasp_sponge_800.mp4")
905
  twist = os.path.join(os.path.dirname(__file__), "videos", "twist_800.mp4")
 
906
  # dog = os.path.join(os.path.dirname(__file__), "videos", "dog.mp4")
907
  bear = os.path.join(os.path.dirname(__file__), "videos", "bear.mp4")
908
  paragliding_launch = os.path.join(os.path.dirname(__file__), "videos", "paragliding-launch.mp4")
@@ -911,7 +912,7 @@ with gr.Blocks() as demo:
911
  pillow = os.path.join(os.path.dirname(__file__), "videos", "pillow.mp4")
912
  teddy = os.path.join(os.path.dirname(__file__), "videos", "teddy.mp4")
913
  backpack = os.path.join(os.path.dirname(__file__), "videos", "backpack.mp4")
914
- gr.Examples(examples=[butterfly, groundbox, monkey, grasp_sponge_800, bear, apple, paragliding, paragliding_launch, cat, pillow, teddy, backpack, twist],
915
  inputs = [
916
  video_in
917
  ],
 
903
  apple = os.path.join(os.path.dirname(__file__), "videos", "apple.mp4")
904
  grasp_sponge_800 = os.path.join(os.path.dirname(__file__), "videos", "grasp_sponge_800.mp4")
905
  twist = os.path.join(os.path.dirname(__file__), "videos", "twist_800.mp4")
906
+ parrot = os.path.join(os.path.dirname(__file__), "videos", "parrot_800.mp4")
907
  # dog = os.path.join(os.path.dirname(__file__), "videos", "dog.mp4")
908
  bear = os.path.join(os.path.dirname(__file__), "videos", "bear.mp4")
909
  paragliding_launch = os.path.join(os.path.dirname(__file__), "videos", "paragliding-launch.mp4")
 
912
  pillow = os.path.join(os.path.dirname(__file__), "videos", "pillow.mp4")
913
  teddy = os.path.join(os.path.dirname(__file__), "videos", "teddy.mp4")
914
  backpack = os.path.join(os.path.dirname(__file__), "videos", "backpack.mp4")
915
+ gr.Examples(examples=[butterfly, parrot, groundbox, monkey, grasp_sponge_800, bear, apple, paragliding, paragliding_launch, cat, pillow, teddy, backpack, twist],
916
  inputs = [
917
  video_in
918
  ],