mikx1's picture
Upload folder using huggingface_hub
b5ea024

A newer version of the Gradio SDK is available: 5.23.3

Upgrade

@gradio/utils

General functions for handling events in Gradio Svelte components

export async function uploadToHuggingFace(
        data: string,
        type: "base64" | "url"
    ): Promise<string>

export function copy(node: HTMLDivElement): ActionReturn