mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
* fix: typos * fix: remove newlines from latex delimiters * add changeset * chore: change time format to HH:MM:SS * add changeset * Revert "fix: remove newlines from latex delimiters" This reverts commit cebfabb51cefa43c3a20362dc9b3b042c856445d. * fix: remove accidental changes from different pr * add changeset * chore: change time format for player to use global formatting function * fix: remove pipfile * chore: use global time formatting for static video player * chore: change to snake_case * change --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com> Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
@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