We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8c7c4 commit 29429dbCopy full SHA for 29429db
src/features/project-page/content/projectContent.js
@@ -170,8 +170,11 @@ export const projectPageContent = {
170
actions: [
171
{ label: "Watch Demos", href: "#demos" },
172
{ 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" },
+ { label: "Model", href: "https://huggingface.co/usc-psi-lab/psi-model" },
+ {
175
+ label: "Data",
176
+ href: "https://huggingface.co/datasets/usc-psi-lab/psi-data",
177
+ },
178
{
179
label: "Code",
180
href: "https://github.com/physical-superintelligence-lab/Psi0",
0 commit comments