diff --git a/fish_speech/webui/html/footer.html b/fish_speech/webui/html/footer.html index 7d8c17cd..ac1745aa 100644 --- a/fish_speech/webui/html/footer.html +++ b/fish_speech/webui/html/footer.html @@ -1,7 +1,7 @@
API  •  - Github + Github  •  Gradio
diff --git a/fish_speech/webui/launch_utils.py b/fish_speech/webui/launch_utils.py index c8f904bd..659e994e 100644 --- a/fish_speech/webui/launch_utils.py +++ b/fish_speech/webui/launch_utils.py @@ -35,7 +35,7 @@ def versions_html(): hash = commit.strip("'").split(" ")[0] return f""" -version: {hash} +version: {hash}  •  python: {python_version}  •  @@ -43,7 +43,7 @@ def versions_html():  •  gradio: {gr.__version__}  •  -author: laziman/AnyaCoder +author: fishaudio """ @@ -52,7 +52,7 @@ def version_check(commit): import requests commits = requests.get( - "https://api.github.com/repos/AnyaCoder/fish-speech/branches/main" + "https://api.github.com/repos/fishaudio/fish-speech/branches/main" ).json() if commit != "" and commits["commit"]["sha"] != commit: print("--------------------------------------------------------")