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