Spaces:
Sleeping
Sleeping
yo
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def show_preds_image(image_path):
|
|
40 |
|
41 |
|
42 |
inputs_image = [
|
43 |
-
gr.components.Image(
|
44 |
]
|
45 |
outputs_image = [
|
46 |
gr.components.Image(label="Output Image"),
|
|
|
40 |
|
41 |
|
42 |
inputs_image = [
|
43 |
+
gr.components.Image(label="Input Image"),
|
44 |
]
|
45 |
outputs_image = [
|
46 |
gr.components.Image(label="Output Image"),
|