Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
DuyTa
/
Graduation
like
1
License:
mit
Model card
Files
Files and versions
Community
3
refs/pr/3
Graduation
/
ui
/
src
/
routes
/
(app)
/
workspace
/
+page.svelte
DuyTa
Upload folder using huggingface_hub
bc20498
verified
about 1 month ago
raw
Copy download link
history
blame
157 Bytes
<
script
lang
=
"ts"
>
import
{ goto }
from
'$app/navigation'
;
import
{ onMount }
from
'svelte'
;
onMount
(
() =>
{
goto
(
'/workspace/models'
);
});
</
script
>