Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|