gtp-final / gradio /js /form /README.md
calvesca's picture
Upload folder using huggingface_hub
0bd62e5 verified

A newer version of the Gradio SDK is available: 5.22.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;