Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ description="Detects the most common North American swallowtail and cattleheart
|
|
12 |
|
13 |
intf = gr.load(src='models',name='flobbit/flutterby/',
|
14 |
examples=examples,
|
15 |
-
title=title, description=description
|
|
|
16 |
)
|
17 |
intf.launch()
|
|
|
12 |
|
13 |
intf = gr.load(src='models',name='flobbit/flutterby/',
|
14 |
examples=examples,
|
15 |
+
title=title, description=description,
|
16 |
+
outputs=label
|
17 |
)
|
18 |
intf.launch()
|