GDDO commited on
Commit
d82580f
·
verified ·
1 Parent(s): aeee05d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -6
README.md CHANGED
@@ -1,10 +1,18 @@
1
  ---
2
- title: Cellcounter
3
- emoji: 🖼️
4
- colorFrom: yellow
5
- colorTo: red
6
- sdk: static
7
- pinned: false
 
 
 
 
 
 
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