fix: accept attribute

This commit is contained in:
Timothy J. Baek 2024-03-07 02:17:57 -08:00
parent ef9a799e77
commit a901031896

View file

@ -589,7 +589,7 @@
on:change={() => {
console.log(modelInputFile);
}}
accept=".gguf",".safetensors"
accept=".gguf,.safetensors"
required
hidden
/>