Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingface
/
hf-fast
like
14
Running
on
CPU Upgrade
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
5b026eb
hf-fast
/
src
/
routes
/
+page.ts
hlarcher
HF Staff
feat: enhance bandwidth test with client and server information display
feb8590
unverified
about 1 month ago
raw
Copy download link
history
blame
133 Bytes
import
type
{
PageLoad
}
from
'./$types'
;
export
const
ssr =
false
;
export
const
load
:
PageLoad
=
(
{ params }
) =>
{
return
{};
};