ongkn commited on
Commit
6fbad04
1 Parent(s): ee46ba1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,6 +83,6 @@ iface = gr.Interface(
83
  inputs="image",
84
  outputs=["text", "number", "image"],
85
  title="Attraction Classifier - subjective",
86
- description="Takes in a (224, 224) image and outputs an attraction class: {\"pos\", \"neg\"}. Face detection, cropping, and resizing are done internally."
87
  )
88
  iface.launch()
 
83
  inputs="image",
84
  outputs=["text", "number", "image"],
85
  title="Attraction Classifier - subjective",
86
+ description="Takes in a (224, 224) image and outputs an attraction class: {\"pos\", \"neg\"}. 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 for details."
87
  )
88
  iface.launch()