Spaces:
Running
Running
pil
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ inputs_image = [
|
|
43 |
gr.components.Image(type="filepath", label="Input Image"),
|
44 |
]
|
45 |
outputs_image = [
|
46 |
-
gr.components.Image(type="
|
47 |
]
|
48 |
interface_image = gr.Interface(
|
49 |
fn=show_preds_image,
|
|
|
43 |
gr.components.Image(type="filepath", label="Input Image"),
|
44 |
]
|
45 |
outputs_image = [
|
46 |
+
gr.components.Image(type="pil", label="Output Image"),
|
47 |
]
|
48 |
interface_image = gr.Interface(
|
49 |
fn=show_preds_image,
|