flobbit commited on
Commit
84a8763
1 Parent(s): d25000e

Update app.py

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