my_gradio / js /form /README.md
xray918's picture
Upload folder using huggingface_hub
0ad74ed verified

A newer version of the Gradio SDK is available: 5.13.0

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;