DeathDaDev commited on
Commit
a063777
·
verified ·
1 Parent(s): 327190d

Update app.py

Browse files

Added an extended description

Files changed (1) hide show
  1. app.py +1 -1
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