Spaces:
Runtime error
Runtime error
samjeffcoat
commited on
Commit
•
2860f02
1
Parent(s):
d24c631
updated file names
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def classify_image(img):
|
|
13 |
title = "Oklahoma Snake Classifier"
|
14 |
description = "A snake classifier trained on pictures of Oklahoma Snakes dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
|
15 |
article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
|
16 |
-
examples = ['cottonmouth.
|
17 |
interpretation='default'
|
18 |
enable_queue=True
|
19 |
image = gr.inputs.Image(shape=(192, 192))
|
|
|
13 |
title = "Oklahoma Snake Classifier"
|
14 |
description = "A snake classifier trained on pictures of Oklahoma Snakes dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
|
15 |
article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
|
16 |
+
examples = ['cottonmouth.jpeg', 'rattlesnake.jpg']
|
17 |
interpretation='default'
|
18 |
enable_queue=True
|
19 |
image = gr.inputs.Image(shape=(192, 192))
|