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