SMD00 commited on
Commit
77cb340
·
1 Parent(s): f179c3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -379,7 +379,7 @@ description = "Gradio demo for Image Colorization project. You can give an image
379
  gr.Interface(
380
  main_func,
381
  [gr.Image(type="filepath", label="Input Image") ],
382
- [gr.Textbox(label="Image Size"),gr.Image(type="pil", label="Output Image"),"image",gr.Image( label="Output Image2"),"image"],
383
  title=title,
384
  description=description,
385
  examples=[ ['face.jpg'], ['montains.jpg'],['tree.jpg'] ])
 
379
  gr.Interface(
380
  main_func,
381
  [gr.Image(type="filepath", label="Input Image") ],
382
+ [gr.Textbox(label="Image Size", height=300),gr.Image(type="pil", label="Output Image"),"image",gr.Image( label="Output Image2"),"image"],
383
  title=title,
384
  description=description,
385
  examples=[ ['face.jpg'], ['montains.jpg'],['tree.jpg'] ])