Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
gradio
/
frontend
like
1
Follow
Gradio
402
Dataset card
Files
Files and versions
xet
Community
1
refs/pr/1
frontend
/
6.2.0
/
client
/
src
/
test
/
server.ts
gradio-pr-bot
Upload folder using huggingface_hub
586fdf6
verified
6 months ago
raw
Copy download link
history
blame
159 Bytes
import
{ setupServer }
from
"msw/node"
;
import
{ handlers }
from
"./handlers"
;
export
function
initialise_server
(
):
any
{
return
setupServer
(...handlers);
}