Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
lora-studio
like
478
Running
on
CPU Upgrade
App
Files
Files
Community
17
Fetching metadata from the HF Docker repository...
bc90450
lora-studio
/
src
/
routes
/
+page.server.ts
enzostvs
HF staff
add structuration page
2c23da5
8 months ago
raw
Copy download link
history
blame
Safe
151 Bytes
import
{ redirect }
from
'@sveltejs/kit'
;
/**
@type
{
import('./$types').PageLoad
} */
export
async
function
load
(
) {
throw
redirect
(
302
,
"/models"
)
}