Spaces:
Runtime error
Runtime error
Commit
·
f82ccf0
1
Parent(s):
97de071
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ TITLE = 'Missing Items'
|
|
38 |
DESCRIPTION = 'Input two indoor pictures. First image being the original and second is one with the missing item/s'
|
39 |
EXAMPLES = [['Bedroom_1.jpg'],['Bedroom_2.jpg']]
|
40 |
|
41 |
-
INPUTS=[gr.inputs.Image(type = 'pil', label='Original Image'),gr.inputs.Image(type = '
|
42 |
OUTPUTS=gr.outputs.Textbox("Missing Item/s is/are: ")
|
43 |
|
44 |
interface=gr.Interface(object_classify,
|
|
|
38 |
DESCRIPTION = 'Input two indoor pictures. First image being the original and second is one with the missing item/s'
|
39 |
EXAMPLES = [['Bedroom_1.jpg'],['Bedroom_2.jpg']]
|
40 |
|
41 |
+
INPUTS=[gr.inputs.Image(type = 'pil', label='Original Image'),gr.inputs.Image(type = 'pil', label='Second Image')]
|
42 |
OUTPUTS=gr.outputs.Textbox("Missing Item/s is/are: ")
|
43 |
|
44 |
interface=gr.Interface(object_classify,
|