Spaces:
Sleeping
Sleeping
Update app.py
Browse filesAdded an extended description
app.py
CHANGED
@@ -26,7 +26,7 @@ iface = gr.Interface(
|
|
26 |
inputs=gr.Image(type="pil"),
|
27 |
outputs=gr.Label(num_top_classes=3),
|
28 |
title="Image Classification with Materializer",
|
29 |
-
description="Upload an image to classify it using the Materializer model."
|
30 |
)
|
31 |
|
32 |
# Launch the interface
|
|
|
26 |
inputs=gr.Image(type="pil"),
|
27 |
outputs=gr.Label(num_top_classes=3),
|
28 |
title="Image Classification with Materializer",
|
29 |
+
description="This model has been trained on texture images that are commonly used for 3d models in an attempt to create an AI model that understands what image 'material' should be used on a specific object. Upload an image to classify it using the Materializer model."
|
30 |
)
|
31 |
|
32 |
# Launch the interface
|