Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
---
|
| 2 |
title: CIFAR-10 Image Classifier
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk:
|
| 7 |
-
sdk_version:
|
| 8 |
-
app_file:
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
|
@@ -36,4 +36,4 @@ Upload an image, and the model will predict one of 10 classes:
|
|
| 36 |
---
|
| 37 |
|
| 38 |
## ⚡ How to run
|
| 39 |
-
This app is fully deployed on **Hugging Face Spaces**. Just push your repo with this structure, and it will build automatically.
|
|
|
|
| 1 |
---
|
| 2 |
title: CIFAR-10 Image Classifier
|
| 3 |
+
emoji: 🖼️
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.52.0
|
| 8 |
+
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
|
|
|
| 36 |
---
|
| 37 |
|
| 38 |
## ⚡ How to run
|
| 39 |
+
This app is fully deployed on **Hugging Face Spaces**. Just push your repo with this structure, and it will build automatically.
|