Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sam522
/
GenAI_Course
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cd5e88e
GenAI_Course
/
node_modules
/
@gradio
/
client
/
src
/
test
/
server.ts
sam522
node
d4b85c0
5 months ago
raw
Copy download link
history
blame
Safe
159 Bytes
import
{ setupServer }
from
"msw/node"
;
import
{ handlers }
from
"./handlers"
;
export
function
initialise_server
(
):
any
{
return
setupServer
(...handlers);
}