Glainez commited on
Commit
b828923
·
1 Parent(s): 79e1398

min width image

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ with (gr.Blocks(head=prefer_frontal_cam_html, css=css_image_aspect_ratio) as blo
129
  type='pil',
130
  show_share_button=False,
131
  show_download_button=False,
132
- height=720, width=1280,
133
  elem_id="image-container")
134
 
135
  ## Patient ID searcher. Uncomment if needed
 
129
  type='pil',
130
  show_share_button=False,
131
  show_download_button=False,
132
+ height=720, width=1280, min_width=0,
133
  elem_id="image-container")
134
 
135
  ## Patient ID searcher. Uncomment if needed