tuandunghcmut's picture
Add files using upload-large-folder tool
143b783 verified
raw
history blame
258 Bytes
declare global {
interface Window {
__gradio_mode__: "app" | "website";
launchGradio: Function;
launchGradioFromSpaces: Function;
gradio_config: Config;
scoped_css_attach: (link: HTMLLinkElement) => void;
__is_colab__: boolean;
}
}
export {};