benshor commited on
Commit
51ddd21
·
verified ·
1 Parent(s): 201e9a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,9 +5,9 @@ colorFrom: indigo
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
- For the challenge you need to adjust the Docker image to match the required packages for your model and adjust the app.py to call your inference pipeline inside the `predict` function.
 
5
  colorTo: indigo
6
  sdk: docker
7
  pinned: false
8
+ license: apache-2.0
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
12
 
13
+ For the challenge you need to adjust the Docker image to match the required packages for your model and adjust the app.py to call your inference pipeline inside the `predict` function.