kcelia commited on
Commit
f00cc65
1 Parent(s): 88ea03f

chore: replace shape=INPUT_SHAPE by height=256, width=256

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -388,7 +388,8 @@ with demo:
388
  )
389
  with gr.Row():
390
  input_image = gr.Image(
391
- value=None, label="Upload an image here.", shape=INPUT_SHAPE, source="upload", interactive=True,
 
392
  )
393
 
394
  examples = gr.Examples(
 
388
  )
389
  with gr.Row():
390
  input_image = gr.Image(
391
+ value=None, label="Upload an image here.", height=256,
392
+ width=256, source="upload", interactive=True,
393
  )
394
 
395
  examples = gr.Examples(