kritsg commited on
Commit
782cf32
1 Parent(s): 6b38cd2

cleaning up files, added more examples

Browse files
app.py CHANGED
@@ -91,7 +91,10 @@ if __name__ == "__main__":
91
  gr.inputs.Slider(minimum=10, maximum=100, step=1, default=30, label="n_gif_images", optional=False),
92
  ],
93
  outputs=out,
94
- examples=[["./imagenet_diego.png", 0.01, 7, 50],
95
- ["./imagenet_french_bulldog.jpg", 0.05, 5, 50]]
 
 
 
96
  )
97
  iface.launch(enable_queue=True)
 
91
  gr.inputs.Slider(minimum=10, maximum=100, step=1, default=30, label="n_gif_images", optional=False),
92
  ],
93
  outputs=out,
94
+ examples=[["./diego.png", 0.01, 7, 50],
95
+ ["./french_bulldog.jpg", 0.01, 5, 50],
96
+ ["./pepper.jpeg", 0.01, 5, 50],
97
+ ["./bird.jpg", 0.01, 5, 50],
98
+ ["./hockey.jpg", 0.01, 5, 50]]
99
  )
100
  iface.launch(enable_queue=True)
bird.jpg ADDED
diego.gif DELETED

Git LFS Details

  • SHA256: 213df778acd78fc68e469330a1d49656038be8badc3ccbaeda527f5974f518ea
  • Pointer size: 132 Bytes
  • Size of remote file: 2.96 MB
imagenet_diego.png → diego.png RENAMED
File without changes
imagenet_french_bulldog.jpg → french_bulldog.jpg RENAMED
File without changes
hockey.jpg ADDED
pepper.jpeg ADDED