coco-gelamay commited on
Commit
de325fe
1 Parent(s): 16c599c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def object_classify(img1,img2):
51
 
52
 
53
  TITLE = 'Missing Items using Nvidia Segformer'
54
- DESCRIPTION = 'Input two indoor pictures. First image being the original and second is one with the missing item/s'
55
  EXAMPLES = [['Bedroom_1.jpg'],['Bedroom_2.jpg']]
56
 
57
  INPUTS=[gr.inputs.Image(type = 'pil', label='Original Image'),gr.inputs.Image(type = 'pil', label='Second Image')]
 
51
 
52
 
53
  TITLE = 'Missing Items using Nvidia Segformer'
54
+ DESCRIPTION = 'Input two pictures. First image being the original and second is the one with the missing item/s. This will output a list of items that are missing and an audio version of it'
55
  EXAMPLES = [['Bedroom_1.jpg'],['Bedroom_2.jpg']]
56
 
57
  INPUTS=[gr.inputs.Image(type = 'pil', label='Original Image'),gr.inputs.Image(type = 'pil', label='Second Image')]