ViTPose / style.css
taesiri's picture
Duplicate from Gradio-Blocks/ViTPose
277053a
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;
}