Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mikx1
/
gradio_app
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9d15051
gradio_app
/
app
/
frontend
/
node_modules
/
css-tree
/
lib
/
walker
/
index.js
mikx1
Upload folder using huggingface_hub
b5ea024
over 1 year ago
raw
Copy download link
history
blame
Safe
131 Bytes
import
{ createWalker }
from
'./create.js'
;
import
config
from
'../syntax/config/walker.js'
;
export
default
createWalker
(config);