gtp-final / gradio /js /datetime /Example.svelte
calvesca's picture
Upload folder using huggingface_hub
0bd62e5 verified
raw
history blame contribute delete
83 Bytes
<script lang="ts">
export let value: string | null;
</script>
{value || ""}