Spaces:
Sleeping
Sleeping
min width image
Browse files
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
|