22 lines
384 B
HTML
22 lines
384 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>TorchScript Model</title>
|
|
<meta charset="UTF-8">
|
|
<style>
|
|
table, th, td {
|
|
border: 1px solid black;
|
|
border-collapse: collapse;
|
|
}
|
|
.caret {
|
|
cursor: pointer;
|
|
user-select: none;
|
|
}
|
|
</style>
|
|
<script type="module" src="./code.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
</html>
|