Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -3,14 +3,14 @@ title: Dog Classifier
|
|
3 |
emoji: 🦀
|
4 |
colorFrom: purple
|
5 |
colorTo: gray
|
6 |
-
python_version:
|
7 |
sdk: streamlit
|
8 |
sdk_version: 1.10.0
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
-
license:
|
12 |
---
|
13 |
|
14 |
<!-- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference -->
|
15 |
|
16 |
-
Check out the app at https://huggingface.co/spaces/gstdl/dog_classifier
|
|
|
3 |
emoji: 🦀
|
4 |
colorFrom: purple
|
5 |
colorTo: gray
|
6 |
+
python_version: '3.8'
|
7 |
sdk: streamlit
|
8 |
sdk_version: 1.10.0
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
+
license: apache-2.0
|
12 |
---
|
13 |
|
14 |
<!-- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference -->
|
15 |
|
16 |
+
Check out the app at https://huggingface.co/spaces/gstdl/dog_classifier
|