Spaces:
Sleeping
Sleeping
Update app.py
#1
by
Pranjal-666
- opened
app.py
CHANGED
@@ -22,7 +22,7 @@ def classify_image(img):
|
|
22 |
# %% ../app.ipynb 10
|
23 |
image= gr.inputs.Image(shape=(192, 192))
|
24 |
label= gr.outputs.Label()
|
25 |
-
examples =['black.jpg', 'teddy.jpg']
|
26 |
|
27 |
intf= gr.Interface(fn =classify_image, inputs= image, outputs= label, Examples= examples)
|
28 |
intf.launch()
|
|
|
22 |
# %% ../app.ipynb 10
|
23 |
image= gr.inputs.Image(shape=(192, 192))
|
24 |
label= gr.outputs.Label()
|
25 |
+
examples =['./black.jpg', './teddy.jpg']
|
26 |
|
27 |
intf= gr.Interface(fn =classify_image, inputs= image, outputs= label, Examples= examples)
|
28 |
intf.launch()
|