Skip to content

Commit 29429db

Browse files
committed
hf url update
1 parent 6b8c7c4 commit 29429db

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/features/project-page/content/projectContent.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,11 @@ export const projectPageContent = {
170170
actions: [
171171
{ label: "Watch Demos", href: "#demos" },
172172
{ label: "Paper", href: "https://arxiv.org/abs/2603.12263" },
173-
{ label: "Model", href: "https://huggingface.co/songlinwei/psi-model" },
174-
{ label: "Data", href: "https://huggingface.co/datasets/songlinwei/psi-data" },
173+
{ label: "Model", href: "https://huggingface.co/usc-psi-lab/psi-model" },
174+
{
175+
label: "Data",
176+
href: "https://huggingface.co/datasets/usc-psi-lab/psi-data",
177+
},
175178
{
176179
label: "Code",
177180
href: "https://github.com/physical-superintelligence-lab/Psi0",

0 commit comments

Comments
 (0)