LucyintheSky
commited on
Commit
•
6ed6efc
1
Parent(s):
e1f4883
Update app.py
Browse files
app.py
CHANGED
@@ -21,13 +21,6 @@ def classify(img):
|
|
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 |
-
|
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'),
|
33 |
examples=[['./images/1.jpg'],['./images/2.jpg'],['./images/3.jpg']],
|
|
|
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']],
|