soiz1's picture
Upload folder using huggingface_hub
4d70170 verified
raw
history blame
134 Bytes
<script lang="ts" setup>
const props = defineProps<{
myProp: string
}>()
</script>
<template>
<pre>{{ props }}</pre>
</template>