Spaces:
Runtime error
Runtime error
update type
Browse files
app.py
CHANGED
@@ -19,12 +19,12 @@ examples = [
|
|
19 |
|
20 |
|
21 |
inputs = [
|
22 |
-
gr.inputs.Image(type='
|
23 |
-
gr.inputs.Image(type='
|
24 |
]
|
25 |
|
26 |
outputs = [
|
27 |
-
gr.outputs.Image(type='
|
28 |
|
29 |
]
|
30 |
|
|
|
19 |
|
20 |
|
21 |
inputs = [
|
22 |
+
gr.inputs.Image(type='filepath', label='Input Image'),
|
23 |
+
gr.inputs.Image(type='filepath', label='Input Image'),
|
24 |
]
|
25 |
|
26 |
outputs = [
|
27 |
+
gr.outputs.Image(type='filepath', label='Output Image'),
|
28 |
|
29 |
]
|
30 |
|