Spaces:
Runtime error
Runtime error
app.py fixed
Browse files- app/app.py +1 -1
app/app.py
CHANGED
@@ -75,7 +75,7 @@ def app():
|
|
75 |
outputs=gr.Label(
|
76 |
num_top_classes=3,
|
77 |
),
|
78 |
-
examples=
|
79 |
"./test_images/dog.jpeg",
|
80 |
"./test_images/cat.jpeg",
|
81 |
"./test_images/butterfly.jpeg",
|
|
|
75 |
outputs=gr.Label(
|
76 |
num_top_classes=3,
|
77 |
),
|
78 |
+
examples=[
|
79 |
"./test_images/dog.jpeg",
|
80 |
"./test_images/cat.jpeg",
|
81 |
"./test_images/butterfly.jpeg",
|