Spaces:
Sleeping
Sleeping
Commit ·
c03b22a
1
Parent(s): dfb26cc
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,6 @@ def classify_image(img):
|
|
| 12 |
|
| 13 |
image=gr.Image(height = 192, width = 192)
|
| 14 |
label = gr.Label()
|
| 15 |
-
examples = ['Grizzly_bear_example.jpeg','black_bear.
|
| 16 |
-
'teddy_bear.jpeg']
|
| 17 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
| 18 |
intf.launch(inline=False)
|
|
|
|
| 12 |
|
| 13 |
image=gr.Image(height = 192, width = 192)
|
| 14 |
label = gr.Label()
|
| 15 |
+
examples = ['Grizzly_bear_example.jpeg', 'black_bear.jpeg', 'teddy_bear.jpeg']
|
|
|
|
| 16 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
| 17 |
intf.launch(inline=False)
|