This repository was archived by the owner on Feb 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11< div style ="color: rgba(25,255,205,0.7) !important; ">
22 < a href ="{api_docs} "> API</ a >
33 •
4- < a href ="https://github.com/AnyaCoder /fish-speech "> Github</ a >
4+ < a href ="https://github.com/fishaudio /fish-speech "> Github</ a >
55 •
66 < a href ="https://gradio.app "> Gradio</ a >
77</ div >
Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ def versions_html():
3535 hash = commit .strip ("'" ).split (" " )[0 ]
3636
3737 return f"""
38- version: <a href="https://github.com/AnyaCoder /fish-speech/commit/{ hash } ">{ hash } </a>
38+ version: <a href="https://github.com/fishaudio /fish-speech/commit/{ hash } ">{ hash } </a>
3939 • 
4040python: <span title="{ sys .version } ">{ python_version } </span>
4141 • 
4242torch: { getattr (torch , '__long_version__' ,torch .__version__ )}
4343 • 
4444gradio: { gr .__version__ }
4545 • 
46- author: <a href="https://github.com/AnyaCoder">laziman/AnyaCoder </a>
46+ author: <a href="https://github.com/fishaudio">fishaudio </a>
4747"""
4848
4949
@@ -52,7 +52,7 @@ def version_check(commit):
5252 import requests
5353
5454 commits = requests .get (
55- "https://api.github.com/repos/AnyaCoder /fish-speech/branches/main"
55+ "https://api.github.com/repos/fishaudio /fish-speech/branches/main"
5656 ).json ()
5757 if commit != "<none>" and commits ["commit" ]["sha" ] != commit :
5858 print ("--------------------------------------------------------" )
You can’t perform that action at this time.
0 commit comments