mirror of
https://github.com/open-webui/open-webui
synced 2025-06-04 03:37:35 +00:00
fix: accept attribute
This commit is contained in:
parent
ef9a799e77
commit
a901031896
@ -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 New Issue
Block a user