fashion-collect / custom.html
epochs-demos's picture
Create custom.html
86818cc
raw
history blame
404 Bytes
<!DOCTYPE html>
<html>
<head>
<style>
/* Modify the styles according to your preferences */
.gradio-interface-container {
text-align: center;
}
.gradio-input-container {
margin-bottom: 20px;
}
.gradio-output-container {
margin-top: 20px;
}
</style>
</head>
<body>
{{interface_html}}
</body>
</html>