Update Models.svelte

This commit is contained in:
officialsahyaboutorabi 2024-03-07 15:06:12 +11:00 committed by GitHub
parent bb98c10abb
commit 14c38d31a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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