SMD00 commited on
Commit
947e24d
·
1 Parent(s): d6b1ae9

Update app.py

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