Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ iface = gr.Interface(
|
|
50 |
fn=infer,
|
51 |
title="Colourization",
|
52 |
description = "OpenCV implementation of Colorful Image Colorization paper presented in ECCV, 2016. ππ",
|
53 |
-
inputs=[gr.
|
54 |
outputs="image",
|
55 |
examples=examples,
|
56 |
cache_examples=True,
|
|
|
50 |
fn=infer,
|
51 |
title="Colourization",
|
52 |
description = "OpenCV implementation of Colorful Image Colorization paper presented in ECCV, 2016. ππ",
|
53 |
+
inputs=[gr.components.Image(label="image", type="pil")],
|
54 |
outputs="image",
|
55 |
examples=examples,
|
56 |
cache_examples=True,
|