flobbit commited on
Commit
6f3c6f0
1 Parent(s): 2b0b641

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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()