gradio / js /form /README.md
mindmime's picture
Upload folder using huggingface_hub
a03b3ba verified

A newer version of the Gradio SDK is available: 4.36.1

Upgrade

@gradio/form

<script>
    import { Form } from "@gradio/form";
</script>

Form

    export let visible = true;
    export let scale: number | null = null;
    export let min_width = 0;