Spaces:
Runtime error
Runtime error
Jeff Vestal
commited on
Commit
·
bfb2be8
1
Parent(s):
fdf91e8
changing photo ext
Browse files- app.py +1 -1
- cardinal1.jpeg → cardinal1.jpg +0 -0
- crow.jpeg → crow.jpg +0 -0
app.py
CHANGED
@@ -22,7 +22,7 @@ def predict(img):
|
|
22 |
# Gradio customizations
|
23 |
title = 'Bird Identifier'
|
24 |
description = 'This model will predict the type of bird from an image.\n\nThe convnext_tiny_in22k model was refined using the CUB_200_2011 bird dataset.'
|
25 |
-
examples = ['cardinal1.
|
26 |
interpretation = 'default'
|
27 |
enable_queue = True
|
28 |
article = '''<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Learning from -> Gradio + HuggingFace Spaces: A Tutorial</a></p>'''
|
|
|
22 |
# Gradio customizations
|
23 |
title = 'Bird Identifier'
|
24 |
description = 'This model will predict the type of bird from an image.\n\nThe convnext_tiny_in22k model was refined using the CUB_200_2011 bird dataset.'
|
25 |
+
examples = ['cardinal1.jpg', 'crow.jpg']
|
26 |
interpretation = 'default'
|
27 |
enable_queue = True
|
28 |
article = '''<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Learning from -> Gradio + HuggingFace Spaces: A Tutorial</a></p>'''
|
cardinal1.jpeg → cardinal1.jpg
RENAMED
File without changes
|
crow.jpeg → crow.jpg
RENAMED
File without changes
|