Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
|
|
6 |
examples = ['carolina.jpg','abb.jpg','lady.jpg','mantis.jpg','monarch.jpg','western striped cucumber.jpg','carolina2.jpg', 'large milkweed bug.jpg', 'twice-stabbed.jpg', 'viceroy.jpg', 'lubber.jpg', 'GrashopperAulocaraElliotti958.webp']
|
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()
|
|
|
6 |
examples = ['carolina.jpg','abb.jpg','lady.jpg','mantis.jpg','monarch.jpg','western striped cucumber.jpg','carolina2.jpg', 'large milkweed bug.jpg', 'twice-stabbed.jpg', 'viceroy.jpg', 'lubber.jpg', 'GrashopperAulocaraElliotti958.webp']
|
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()
|