forked from open-webui/open-webui
fix: accept attribute
This commit is contained in:
parent
ef9a799e77
commit
a901031896
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@
|
|||
on:change={() => {
|
||||
console.log(modelInputFile);
|
||||
}}
|
||||
accept=".gguf",".safetensors"
|
||||
accept=".gguf,.safetensors"
|
||||
required
|
||||
hidden
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue