yxmauw commited on
Commit
eaacf75
·
1 Parent(s): 001968f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -45,7 +45,9 @@ with gr.Blocks(
45
  type="filepath",
46
  show_share_button=False,
47
  show_download_button=False,
48
- columns=1
 
 
49
  )
50
 
51
  with gr.Column(scale=4, elem_id='col'):
 
45
  type="filepath",
46
  show_share_button=False,
47
  show_download_button=False,
48
+ columns=1,
49
+ object_fit="cover",
50
+ height=200
51
  )
52
 
53
  with gr.Column(scale=4, elem_id='col'):