SMD00 commited on
Commit
5b2f2ca
·
1 Parent(s): 05f6e65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"),"image"],
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']], ]