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={() => {
|
on:change={() => {
|
||||||
console.log(modelInputFile);
|
console.log(modelInputFile);
|
||||||
}}
|
}}
|
||||||
accept=".gguf",".safetensors"
|
accept=".gguf,.safetensors"
|
||||||
required
|
required
|
||||||
hidden
|
hidden
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue