Davidg707 commited on
Commit
ca9b208
1 Parent(s): 4190ca0

Add images

Browse files
Files changed (4) hide show
  1. app.py +1 -1
  2. images/cat1.png +3 -0
  3. images/dog1.jpg +3 -0
  4. images/dog2.jpg +3 -0
app.py CHANGED
@@ -35,7 +35,7 @@ iface = gr.Interface(
35
  fn=predict,
36
  inputs="image",
37
  outputs="label",
38
- # examples=["images/dog1.jpg", "images/dog2.jpg", "images/cat1.png"],
39
  live=True,
40
  title="My first Gradio",
41
  description="Well it's really all been said in the title",
 
35
  fn=predict,
36
  inputs="image",
37
  outputs="label",
38
+ examples=["images/dog1.jpg", "images/dog2.jpg", "images/cat1.png"],
39
  live=True,
40
  title="My first Gradio",
41
  description="Well it's really all been said in the title",
images/cat1.png ADDED

Git LFS Details

  • SHA256: c6f040f134e19a7899b7fbd9bc88b737b0ebe2f62929226c5561ae2948298dfa
  • Pointer size: 132 Bytes
  • Size of remote file: 2.39 MB
images/dog1.jpg ADDED

Git LFS Details

  • SHA256: 782f3eb0daae671d7c707f919ff1dfe7a7d30874da8409e5688dd8aab4c751b4
  • Pointer size: 131 Bytes
  • Size of remote file: 154 kB
images/dog2.jpg ADDED

Git LFS Details

  • SHA256: 54da4d3d7ea8d0cd19c36325b801ef4be9d06ae9342ac472ffdb1d8ec504ca98
  • Pointer size: 130 Bytes
  • Size of remote file: 44.9 kB