Sylvain Filoni
update gradio client
9ada4bc
raw
history blame
75 Bytes
export class CancelablePromise extends Promise {
cancel = () => { };
}