Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def classify_kaiju(img):
|
|
19 |
# %% ../app.ipynb 20
|
20 |
image = gr.Image()
|
21 |
label = gr.Label()
|
22 |
-
examples = ['Godzilla_1.jpg', 'Godzilla_2.jpg', '
|
23 |
|
24 |
intf = gr.Interface(fn=classify_kaiju, inputs=image, outputs=label, examples=examples)
|
25 |
intf.launch(inline=False)
|
|
|
19 |
# %% ../app.ipynb 20
|
20 |
image = gr.Image()
|
21 |
label = gr.Label()
|
22 |
+
examples = ['Godzilla_1.jpg', 'Godzilla_2.jpg', 'Mothra_1.jpg', 'Mothra_2.jpg', 'King Ghidorah_1.jpg', 'King Ghidorah_2.jpg', 'KingKong_1.jpg', 'KingKong_2.jpg', 'Rodan_1.jpg', 'Rodan_2.jpg', ]
|
23 |
|
24 |
intf = gr.Interface(fn=classify_kaiju, inputs=image, outputs=label, examples=examples)
|
25 |
intf.launch(inline=False)
|