Ashish Soni
commited on
Commit
·
2bf8291
1
Parent(s):
e8f8115
Update app.py
Browse files
app.py
CHANGED
@@ -47,12 +47,4 @@ with demo:
|
|
47 |
|
48 |
interface = gr.Interface(fn=classify, inputs="image", outputs="label")
|
49 |
|
50 |
-
gr.Markdown("## Example Images")
|
51 |
-
gr.Examples(["images/1.jpeg","images/2.jpeg", "images/3.jpg"],
|
52 |
-
inputs="image",
|
53 |
-
outputs="label",
|
54 |
-
fn=classify,
|
55 |
-
cache_examples=True
|
56 |
-
)
|
57 |
-
|
58 |
demo.launch()
|
|
|
47 |
|
48 |
interface = gr.Interface(fn=classify, inputs="image", outputs="label")
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
demo.launch()
|