Spaces:
Sleeping
Sleeping
ranjith
commited on
Commit
·
beb208e
1
Parent(s):
729b213
article added
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def predict(img):
|
|
14 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
15 |
|
16 |
title = "<div style='text-align:center'> Rock classifier</div>"
|
17 |
-
examples = ["basalt.jpeg","coal.jpeg","granite.jpeg", "limestone1.
|
18 |
description = "Rock classification using convolutional neural networks results may not be accurate since trained on small dataset"
|
19 |
article="<p style='text-align: center'><a href='https://www.linkedin.com/in/amrutha-kp/' target='_blank'>Linkedin</a></p>"
|
20 |
|
|
|
14 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
15 |
|
16 |
title = "<div style='text-align:center'> Rock classifier</div>"
|
17 |
+
examples = ["basalt.jpeg","coal.jpeg","granite.jpeg", "limestone1.jpg","marble1.jpeg","quartzite.jpeg","sandstone4.jpeg"]
|
18 |
description = "Rock classification using convolutional neural networks results may not be accurate since trained on small dataset"
|
19 |
article="<p style='text-align: center'><a href='https://www.linkedin.com/in/amrutha-kp/' target='_blank'>Linkedin</a></p>"
|
20 |
|