ongkn commited on
Commit
3dbfa76
·
1 Parent(s): 073b64d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ iface = gr.Interface(
64
  inputs="image",
65
  outputs=["text", "number", "text", "image", "image", "image"],
66
  title="Attraction Classifier - subjective",
67
- description=f"Takes in a (224, 224) image and outputs an attraction class: {'pos', 'neg'}, along with a GradCam/DFF explanation. Face detection, cropping, and resizing are done internally. Uploaded images are not stored by us, but may be stored by HF. Refer to their [privacy policy](https://huggingface.co/privacy) for details.\nAssociated post: (https://simtoon.ongakken.com/Projects/Personal/Girl+classifier/desc+-+girl+classifier)"
68
  )
69
 
70
  iface.launch()
 
64
  inputs="image",
65
  outputs=["text", "number", "text", "image", "image", "image"],
66
  title="Attraction Classifier - subjective",
67
+ description=f"Takes in a (224, 224) image and outputs an attraction class: {'pos', 'neg'}, along with a GradCam/DFF explanation. Face detection, cropping, and resizing are done internally. Uploaded images are not stored by us, but may be stored by HF. Refer to their [privacy policy](https://huggingface.co/privacy) for details.\nAssociated post: https://simtoon.ongakken.com/Projects/Personal/Girl+classifier/desc+-+girl+classifier"
68
  )
69
 
70
  iface.launch()