Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|