gradio / js /form /README.md
mindmime's picture
Upload folder using huggingface_hub
a03b3ba verified
|
raw
history blame contribute delete
No virus
207 Bytes

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