Rishabh IO commited on
Commit
af21950
1 Parent(s): e3a59fd

Further changes to the readme

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -1,14 +1,14 @@
1
  ---
2
- title: {{title}}
3
- emoji: {{emoji}}
4
- colorFrom: {{colorFrom}}
5
- colorTo: {{colorTo}}
6
- sdk: {{sdk}}
7
- sdk_version: {{sdkVersion}}
8
- app_file: app.py
9
  pinned: false
 
10
  ---
11
 
 
12
 
13
  # packaging-ml-model
14
  Learn how to package a machine learning model into a container
 
1
  ---
2
+ title: IrisModel
3
+ emoji: 🏢
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: docker
 
 
7
  pinned: false
8
+ license: mit
9
  ---
10
 
11
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
12
 
13
  # packaging-ml-model
14
  Learn how to package a machine learning model into a container