Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,18 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk:
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
|
|
|
|
|
|
| 10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: "TFLite Classifier"
|
| 3 |
+
emoji: "🔍"
|
| 4 |
+
colorFrom: "blue"
|
| 5 |
+
colorTo: "green"
|
| 6 |
+
sdk: gradio
|
| 7 |
+
python_version: "3.10"
|
| 8 |
+
suggested_hardware: "cpu-basic"
|
| 9 |
+
tags:
|
| 10 |
+
- "tensorflow"
|
| 11 |
+
- "tflite"
|
| 12 |
+
- "image-classification"
|
| 13 |
+
app_file: app.py
|
| 14 |
---
|
| 15 |
|
| 16 |
+
Este Space classifica imagens com base em um modelo TFLite!
|
| 17 |
+
|
| 18 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|