Spaces:
Sleeping
Sleeping
Commit
·
28cbb79
1
Parent(s):
f64c1e5
Fixing the title and description
Browse files
app.py
CHANGED
@@ -10,9 +10,9 @@ def predict(img):
|
|
10 |
pred,pred_idx,probs = learn.predict(img)
|
11 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
12 |
|
13 |
-
title = "
|
14 |
-
description = "
|
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 = ['cat.jpg']
|
17 |
interpretation='default'
|
18 |
enable_queue=True
|
|
|
10 |
pred,pred_idx,probs = learn.predict(img)
|
11 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
12 |
|
13 |
+
title = "Classifier for car_fish_bird_dog_forrest"
|
14 |
+
description = "Helper for me when I get old and can't differentiate a car from a fish from a bird from a dog from a forrest aka 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'>Original Blog post</a></p>"
|
16 |
examples = ['cat.jpg']
|
17 |
interpretation='default'
|
18 |
enable_queue=True
|