gtp-final / gradio /js /json /README.md
calvesca's picture
Upload folder using huggingface_hub
0bd62e5 verified
# `@gradio/json`
```html
<script>
import { BaseJSON } from "@gradio/json";
</script>
```
BaseJSON
```html
export let value: any = {};
```