gradio_htmlplus / src /frontend /gradio.config.js
elismasilva's picture
Upload folder using huggingface_hub
70c137d verified
raw
history blame contribute delete
110 Bytes
export default {
plugins: [],
svelte: {
preprocess: [],
},
build: {
target: "modules",
},
};