gradio-pr-bot's picture
Upload folder using huggingface_hub
313a4a1 verified
import { setupServer } from "msw/node";
import { handlers } from "./handlers";
export function initialise_server(): any {
return setupServer(...handlers);
}