Spaces:
Sleeping
Sleeping
Updating app.py per Gradio tutorial v5
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ description = "A bear breed classifier trained on a custom dataset from DDG imag
|
|
16 |
#interpretation ='default'
|
17 |
image = gr.Image(height=192, width=192)
|
18 |
label = gr.Label()
|
19 |
-
examples = ['black bear.jpg', 'grizzly bear.jpg', 'teddy bear.jpg']
|
20 |
|
21 |
|
22 |
#enable_queue=True
|
|
|
16 |
#interpretation ='default'
|
17 |
image = gr.Image(height=192, width=192)
|
18 |
label = gr.Label()
|
19 |
+
examples = [['black bear.jpg'], ['grizzly bear.jpg'], ['teddy bear.jpg']]
|
20 |
|
21 |
|
22 |
#enable_queue=True
|