Gradio Agents & MCP Hackathon · Virtual, June 2-8 · $10k+ in prizes

Register Now

New to Gradio? Start here: Getting Started

See the Release History

@gradio/utils

v0.10.2

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