ViTPose1 / style.css
mohan50417's picture
Duplicate from Gradio-Blocks/ViTPose
457698d
raw
history blame contribute delete
206 Bytes
h1 {
text-align: center;
}
div#det-result {
max-width: 600px;
max-height: 600px;
}
div#pose-result {
max-width: 600px;
max-height: 600px;
}
img#visitor-badge {
display: block;
margin: auto;
}