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