ShAnSantosh
commited on
Commit
·
4b6cd6b
1
Parent(s):
3a0ef8f
Update app.py
Browse files
app.py
CHANGED
@@ -61,4 +61,4 @@ def predict(image = None) :
|
|
61 |
gr.Interface(fn=predict,
|
62 |
inputs=gr.inputs.Image(shape=(256, 256)),
|
63 |
outputs=gr.outputs.Label(num_top_classes=10),
|
64 |
-
examples=["
|
|
|
61 |
gr.Interface(fn=predict,
|
62 |
inputs=gr.inputs.Image(shape=(256, 256)),
|
63 |
outputs=gr.outputs.Label(num_top_classes=10),
|
64 |
+
examples=["200005.jpg", "200006.jpg"]).launch()
|