Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def predict(imgPath):
|
|
12 |
|
13 |
title = 'Butterflies vs Moths'
|
14 |
description = 'A basic app which checks whether the image uploaded by you is of a butterfly or a moth!'
|
15 |
-
examples = ['Butterfly_1.png', 'Butterfly_2.png', 'Moth_1.png', 'Moth_2.
|
16 |
|
17 |
UI = gr.Interface(
|
18 |
fn=predict,
|
|
|
12 |
|
13 |
title = 'Butterflies vs Moths'
|
14 |
description = 'A basic app which checks whether the image uploaded by you is of a butterfly or a moth!'
|
15 |
+
examples = ['Butterfly_1.png', 'Butterfly_2.png', 'Moth_1.png', 'Moth_2.jpg']
|
16 |
|
17 |
UI = gr.Interface(
|
18 |
fn=predict,
|