Spaces:
Sleeping
Sleeping
eivindthrondsen
commited on
Commit
•
5b167af
1
Parent(s):
af4046c
Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,8 @@ def predict(img):
|
|
14 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
15 |
|
16 |
|
17 |
-
title = "
|
18 |
-
description = "A
|
19 |
article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
|
20 |
examples = ['siamese.JPG']
|
21 |
interpretation='default'
|
|
|
14 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
15 |
|
16 |
|
17 |
+
title = "Cat or not?"
|
18 |
+
description = "A cat image classifier. Tells you if your image is of a cat. Created as a demo for Gradio and HuggingFace Spaces."
|
19 |
article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
|
20 |
examples = ['siamese.JPG']
|
21 |
interpretation='default'
|