Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
YOUSEF2434
/
Computer-Vision-Lab
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Computer-Vision-Lab
/
src
/
utils
/
index.ts
YOUSEF2434
Upload 96 files
a566fb0
verified
14 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
99 Bytes
export
function
createPageUrl
(
pageName:
string
) {
return
'/'
+ pageName.
replace
(
/ /g
,
'-'
);
}