Spaces:
Runtime error
Runtime error
Jeff Vestal
commited on
Commit
•
8af3962
1
Parent(s):
bfb2be8
testing broken link problem for exmaple
Browse files- app.py +2 -1
- siamese.jpg +0 -0
app.py
CHANGED
@@ -22,7 +22,8 @@ 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.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>'''
|
|
|
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 |
+
examples = ['siamese.jpg']
|
27 |
interpretation = 'default'
|
28 |
enable_queue = True
|
29 |
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>'''
|
siamese.jpg
ADDED