Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
lora-studio
like
465
Running
on
CPU Upgrade
App
Files
Files
Community
17
108f30f
lora-studio
/
src
/
routes
/
+page.server.ts
enzostvs
HF staff
change updated models routes
b0122ad
7 months ago
raw
Copy download link
history
blame
Safe
157 Bytes
// import { redirect } from '@sveltejs/kit';
/**
@type
{
import('./$types').PageLoad
} */
export
async
function
load
(
) {
// throw redirect(302, "/models")
}