SMD00 commited on
Commit
89205be
·
1 Parent(s): e1a3870

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -374,7 +374,7 @@ description = "Gradio demo for Image Colorization project. You can give an image
374
  gr.Interface(
375
  main_func,
376
  [gr.Image(type="filepath", label="Input Image") ],
377
- [gr.Textbox(label="Image Size"),gr.Image(type="numpy", label="Output Image")],
378
  title=title,
379
  description=description,
380
  # examples=[['a.png', ['Generate text']], ['b.png', ['Generate text','Summary','Important Sentences']], ]
 
374
  gr.Interface(
375
  main_func,
376
  [gr.Image(type="filepath", label="Input Image") ],
377
+ [gr.Textbox(label="Image Size"),gr.Image(type="pil", label="Output Image")],
378
  title=title,
379
  description=description,
380
  # examples=[['a.png', ['Generate text']], ['b.png', ['Generate text','Summary','Important Sentences']], ]