Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ inputs = gr.inputs.Image(type='pil', label="Original Image")
|
|
37 |
outputs = [gr.outputs.Image(type='pil', label="Output Image"), "text"]
|
38 |
|
39 |
title = "Dminity"
|
40 |
-
description = "Dminity demo for amenity object detection. Upload a house interior image with amenities or click an example image to use."
|
41 |
article = "<p style='text-align: center'>Dminity is a YOLOX object detection model trained to detect home amenities.</p>"
|
42 |
|
43 |
# List of example images
|
|
|
37 |
outputs = [gr.outputs.Image(type='pil', label="Output Image"), "text"]
|
38 |
|
39 |
title = "Dminity"
|
40 |
+
description = "Dminity demo for amenity object detection. Upload a house interior image with amenities or click an example image to use. Please note that the first detection will take around 35 seconds because the model is being downloaded."
|
41 |
article = "<p style='text-align: center'>Dminity is a YOLOX object detection model trained to detect home amenities.</p>"
|
42 |
|
43 |
# List of example images
|