LucyintheSky commited on
Commit
e1f4883
·
1 Parent(s): 690ead1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -23,8 +23,10 @@ iface = gr.Interface(fn=classify,
23
  title='Product Photo Classifier',
24
  description="""
25
  [crop vs full frame model](https://huggingface.co/LucyintheSky/pose-estimation-crop-uncrop)
 
26
  [pose estimation: front, side, back model](https://huggingface.co/LucyintheSky/pose-estimation-front-side-back)
27
- [fashion model name model](https://huggingface.co/LucyintheSky/model-prediction)
 
28
  """,
29
  inputs=gr.Image(label='Image', type='filepath'),
30
  outputs=gr.Textbox(label='Classification'),
 
23
  title='Product Photo Classifier',
24
  description="""
25
  [crop vs full frame model](https://huggingface.co/LucyintheSky/pose-estimation-crop-uncrop)
26
+
27
  [pose estimation: front, side, back model](https://huggingface.co/LucyintheSky/pose-estimation-front-side-back)
28
+
29
+ [fashion model name predictor](https://huggingface.co/LucyintheSky/model-prediction)
30
  """,
31
  inputs=gr.Image(label='Image', type='filepath'),
32
  outputs=gr.Textbox(label='Classification'),