Spaces:
Sleeping
Sleeping
File Pats
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def classify_image(img):
|
|
20 |
# Cell
|
21 |
image = gr.inputs.Image(shape=(192,192))
|
22 |
label = gr.outputs.Label()
|
23 |
-
examples = ['dog.jpg','cat.jpg','dunno.jpg']
|
24 |
|
25 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
26 |
intf.launch(inline=False)
|
|
|
20 |
# Cell
|
21 |
image = gr.inputs.Image(shape=(192,192))
|
22 |
label = gr.outputs.Label()
|
23 |
+
examples = ['\Users\Pravin Vijay\Downloads\dog.jpg','\Users\Pravin Vijay\Downloads\cat.jpg','\Users\Pravin Vijay\Downloads\dunno.jpg']
|
24 |
|
25 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
26 |
intf.launch(inline=False)
|