yolov8newultlt / gradio.css
MvitHYF's picture
Upload 3 files
080e73a verified
raw
history blame contribute delete
231 Bytes
/* gradio.css */
/* Target the images within the gradio app */
img {
width: 1024px; /* Set width directly */
height: 768px; /* Set height directly */
margin: 10px; /* Optional: add some space around the images */
}