ongkn commited on
Commit
6c35a64
1 Parent(s): 91a8c95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ iface = gr.Interface(
59
  inputs="image",
60
  outputs=["text", "number", "image", "image", "image"],
61
  title="Attraction Classifier - subjective",
62
- description=f"Takes in a (224, 224) image and outputs a class: {'emi', 'kes'}, 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.
63
  )
64
 
65
  iface.launch()
 
59
  inputs="image",
60
  outputs=["text", "number", "image", "image", "image"],
61
  title="Attraction Classifier - subjective",
62
+ description=f"Takes in a (224, 224) image and outputs a class: {'emi', 'kes'}, 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."
63
  )
64
 
65
  iface.launch()