Kritaphat commited on
Commit ·
155c1e5
1
Parent(s): 2ea4d01
Fix config in README.md
Browse files
README.md
CHANGED
|
@@ -1,20 +1,23 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
-
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
| 20 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Thai Snake Classifier
|
| 3 |
+
emoji: 🐍
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: gradio
|
| 7 |
+
python_version: "3.10"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
fullWidth: true
|
| 10 |
+
pinned: true
|
| 11 |
+
short_description: Public demo of a Thai snake species classifier.
|
| 12 |
+
models:
|
| 13 |
+
- kritaphatson/thai_snake_image_classifier
|
| 14 |
+
tags:
|
| 15 |
+
- image-classification
|
| 16 |
+
- computer-vision
|
| 17 |
+
- snakes
|
| 18 |
+
- thailand
|
| 19 |
+
# Optional: speed up cold starts by pre-pulling your model at build time
|
| 20 |
+
preload_from_hub:
|
| 21 |
+
- kritaphatson/thai_snake_image_classifier
|
| 22 |
+
---
|
| 23 |
|