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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -21,6 +21,11 @@ def classify(img):
21
 
22
  iface = gr.Interface(fn=classify,
23
  title='Product Photo Classifier',
 
 
 
 
 
24
  inputs=gr.Image(label='Image', type='filepath'),
25
  outputs=gr.Textbox(label='Classification'),
26
  examples=[['./images/1.jpg'],['./images/2.jpg'],['./images/3.jpg']],
 
21
 
22
  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'),
31
  examples=[['./images/1.jpg'],['./images/2.jpg'],['./images/3.jpg']],