flobbit commited on
Commit
e3619ab
·
1 Parent(s): eb2425f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,6 +7,6 @@ examples = ['carolina.jpg','abb.jpg','lady.jpg','mantis.jpg','monarch.jpg','west
7
 
8
  intf = gr.load(src='models',name='flobbit/ohbugger2k/',
9
  examples=examples,
10
- title="Oh! Bugger! 2k", description="Trained on 130133 images over 2000 species using ResNet18. Provide an image or select from one below."
11
  )
12
  intf.launch()
 
7
 
8
  intf = gr.load(src='models',name='flobbit/ohbugger2k/',
9
  examples=examples,
10
+ title="Oh! Bugger! 2k", description="Trained on 130133 images over 2000 North American species using ResNet18. Provide an image or select from one below."
11
  )
12
  intf.launch()