ongkn commited on
Commit
04247ac
1 Parent(s): 6c35a64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ iface = gr.Interface(
58
  fn=classify_image,
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
 
 
58
  fn=classify_image,
59
  inputs="image",
60
  outputs=["text", "number", "image", "image", "image"],
61
+ title="Emikes Classifier",
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