download model

This commit is contained in:
David Brazda
2023-12-06 19:47:03 +01:00
parent 5a5e94eeb5
commit 8abebcc910
4 changed files with 59 additions and 6 deletions

View File

@ -793,7 +793,7 @@
<button id="ml-refresh-button" class="btn btn-outline-success btn-sm">Refresh Models</button>
<div id="model-list" class="scrollable-div"></div>
<!-- Upload Form -->
<form id="upload-form" enctype="multipart/form-data" style="width: 229px;">
<form id="upload-form" enctype="multipart/form-data" style="width: 262px;">
<input type="file" class="form-control form-control-sm" id="model-file" name="model-file">
<button type="submit" class="btn btn-outline-success btn-sm">Upload Model</button>
</form>