Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ title="FlutterBy"
|
|
11 |
description="Detects the most common North American swallowtail and cattleheart butterflies. Provide an image or select from one below. Best results will come from a full frame posed shot. Trained on 8577 images over 51 species using ResNet50."
|
12 |
|
13 |
intf = gr.load(src='models',name='flobbit/flutterby/',
|
14 |
-
|
15 |
title=title, description=description,
|
16 |
outputs=label
|
17 |
)
|
|
|
11 |
description="Detects the most common North American swallowtail and cattleheart butterflies. Provide an image or select from one below. Best results will come from a full frame posed shot. Trained on 8577 images over 51 species using ResNet50."
|
12 |
|
13 |
intf = gr.load(src='models',name='flobbit/flutterby/',
|
14 |
+
examples=examples,
|
15 |
title=title, description=description,
|
16 |
outputs=label
|
17 |
)
|