Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -372,7 +372,7 @@ description = "Gradio demo for Image Colorization project. You can give an image
|
|
| 372 |
gr.Interface(
|
| 373 |
main_func,
|
| 374 |
[gr.inputs.Image(type="filepath", label="Input Image") ],
|
| 375 |
-
[gr.outputs.Textbox(label="Image Size"),"
|
| 376 |
title=title,
|
| 377 |
description=description,
|
| 378 |
# examples=[['a.png', ['Generate text']], ['b.png', ['Generate text','Summary','Important Sentences']], ]
|
|
|
|
| 372 |
gr.Interface(
|
| 373 |
main_func,
|
| 374 |
[gr.inputs.Image(type="filepath", label="Input Image") ],
|
| 375 |
+
[gr.outputs.Textbox(label="Image Size"),gr.outputs.Image(type="pil", label="Output Image")],
|
| 376 |
title=title,
|
| 377 |
description=description,
|
| 378 |
# examples=[['a.png', ['Generate text']], ['b.png', ['Generate text','Summary','Important Sentences']], ]
|