ongkn commited on
Commit
b9edf0b
·
1 Parent(s): 8ab83a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,6 +84,6 @@ iface = gr.Interface(
84
  inputs="image",
85
  outputs=["text", "number", "image"],
86
  title="Attraction Classifier - subjective",
87
- description=f"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. req = {req}"
88
  )
89
  iface.launch()
 
84
  inputs="image",
85
  outputs=["text", "number", "image"],
86
  title="Attraction Classifier - subjective",
87
+ description=f"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."
88
  )
89
  iface.launch()