Spaces:
Build error
Build error
Add images
Browse files- app.py +1 -1
- images/cat1.png +3 -0
- images/dog1.jpg +3 -0
- 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 |
-
|
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
|
images/dog1.jpg
ADDED
![]() |
Git LFS Details
|
images/dog2.jpg
ADDED
![]() |
Git LFS Details
|