Chris commited on
Commit
f309cb5
·
1 Parent(s): 077ba60

Minor doc updates.

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. body_shape_lookup.py +0 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Mmpose Webui
3
  emoji: 🐨
4
  colorFrom: indigo
5
  colorTo: red
@@ -18,4 +18,4 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
18
 
19
  ## Notes
20
 
21
- body_shape_measures_normalised is not being used because the input can't be normalised. Keeping it for future reference.
 
1
  ---
2
+ title: Shop by Shape API
3
  emoji: 🐨
4
  colorFrom: indigo
5
  colorTo: red
 
18
 
19
  ## Notes
20
 
21
+ body_shape_measures_normalised is not being used because the input can't be normalised if there's only one input. Keeping it for future reference.
body_shape_lookup.py CHANGED
@@ -1,5 +1,3 @@
1
- # TODO: How do we know what the body shape is?
2
-
3
  def body_shape_lookup(index):
4
  if index == 1:
5
  return "Skittle"
 
 
 
1
  def body_shape_lookup(index):
2
  if index == 1:
3
  return "Skittle"