Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def classify_image(img):
|
|
18 |
image_input = gr.components.Image()
|
19 |
label_output = gr.components.Label()
|
20 |
|
21 |
-
examples = [
|
22 |
|
23 |
iface = gr.Interface(
|
24 |
fn=classify_image,
|
|
|
18 |
image_input = gr.components.Image()
|
19 |
label_output = gr.components.Label()
|
20 |
|
21 |
+
examples = ["bergen.jpg", "oslo.jpg", "newyork.jpg"]
|
22 |
|
23 |
iface = gr.Interface(
|
24 |
fn=classify_image,
|