Spaces:
Runtime error
Runtime error
coco-gelamay
commited on
Commit
•
f32d432
1
Parent(s):
d593db6
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def object_classify(img1,img2):
|
|
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')]
|
58 |
OUTPUTS=[gr.outputs.Textbox(label='Missing Item/s is/are'),gr.outputs.Audio(type="auto", label="Missing Items Audio")]
|
|
|
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'],['Sala1_1.jpeg'],['Sala_2.jpeg']]
|
56 |
|
57 |
INPUTS=[gr.inputs.Image(type = 'pil', label='Original Image'),gr.inputs.Image(type = 'pil', label='Second Image')]
|
58 |
OUTPUTS=[gr.outputs.Textbox(label='Missing Item/s is/are'),gr.outputs.Audio(type="auto", label="Missing Items Audio")]
|