gradio-pr-bot's picture
Upload folder using huggingface_hub
e9bbe27 verified
raw
history blame contribute delete
335 Bytes
<script lang="ts">
export const aria_label = "";
export const root = "";
export const upload: any = null;
export const stream_handler: any = null;
</script>
<div>
<slot />
</div>
<style>
div {
width: 100%;
border: 1px solid var(--border-color-primary);
border-radius: var(--table-radius);
overflow: hidden;
}
</style>