fffiloni commited on
Commit
fba4756
·
verified ·
1 Parent(s): d7efe59

set input gradio image dimensions

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -113,7 +113,8 @@ with gr.Blocks(css=css) as demo:
113
  label="Input image",
114
  sources=["upload"],
115
  type="filepath",
116
- height=180
 
117
  )
118
  with gr.Tab("HEAD"):
119
  with gr.Column():
 
113
  label="Input image",
114
  sources=["upload"],
115
  type="filepath",
116
+ height=512,
117
+ width=512
118
  )
119
  with gr.Tab("HEAD"):
120
  with gr.Column():