Skip to content

Commit

Permalink
Change desription
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-mokrov committed Sep 17, 2024
1 parent 0112806 commit 0c6ebf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
" exit_code = os.system(\"git clone https://huggingface.co/spaces/stabilityai/TripoSR\")\n",
"\n",
" if exit_code != 0:\n",
" raise Exception(\"Failed to clone repository!\")\n",
" raise Exception(\"Failed to clone the repository!\")\n",
"\n",
"sys.path.append(\"TripoSR\")"
]
Expand Down

0 comments on commit 0c6ebf0

Please sign in to comment.