mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
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