Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def classify_image(img):
|
|
11 |
|
12 |
image = gr.inputs.Image(shape=(192, 192))
|
13 |
label = gr.outputs.Label()
|
14 |
-
examples = ['riuplazaberlin.jpg', '
|
15 |
|
16 |
iface = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
17 |
iface.launch()
|
|
|
11 |
|
12 |
image = gr.inputs.Image(shape=(192, 192))
|
13 |
label = gr.outputs.Label()
|
14 |
+
examples = ['riuplazaberlin.jpg', 'riuplazaesp.jpg', 'riuplazamiami.jpg']
|
15 |
|
16 |
iface = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
17 |
iface.launch()
|