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

A newer version of the Gradio SDK is available: 4.44.0

Upgrade

@gradio/json

<script>
    import { BaseJSON } from "@gradio/json";
</script>

BaseJSON

    export let value: any = {};