|
@@ -35,7 +35,7 @@ def versions_html():
|
|
|
hash = commit.strip("'").split(" ")[0]
|
|
hash = commit.strip("'").split(" ")[0]
|
|
|
|
|
|
|
|
return f"""
|
|
return f"""
|
|
|
-version: <a href="https://github.com/AnyaCoder/fish-speech/commit/{hash}">{hash}</a>
|
|
|
|
|
|
|
+version: <a href="https://github.com/fishaudio/fish-speech/commit/{hash}">{hash}</a>
|
|
|
 • 
|
|
 • 
|
|
|
python: <span title="{sys.version}">{python_version}</span>
|
|
python: <span title="{sys.version}">{python_version}</span>
|
|
|
 • 
|
|
 • 
|
|
@@ -43,7 +43,7 @@ torch: {getattr(torch, '__long_version__',torch.__version__)}
|
|
|
 • 
|
|
 • 
|
|
|
gradio: {gr.__version__}
|
|
gradio: {gr.__version__}
|
|
|
 • 
|
|
 • 
|
|
|
-author: <a href="https://github.com/AnyaCoder">laziman/AnyaCoder</a>
|
|
|
|
|
|
|
+author: <a href="https://github.com/fishaudio">fishaudio</a>
|
|
|
"""
|
|
"""
|
|
|
|
|
|
|
|
|
|
|
|
@@ -52,7 +52,7 @@ def version_check(commit):
|
|
|
import requests
|
|
import requests
|
|
|
|
|
|
|
|
commits = requests.get(
|
|
commits = requests.get(
|
|
|
- "https://api.github.com/repos/AnyaCoder/fish-speech/branches/main"
|
|
|
|
|
|
|
+ "https://api.github.com/repos/fishaudio/fish-speech/branches/main"
|
|
|
).json()
|
|
).json()
|
|
|
if commit != "<none>" and commits["commit"]["sha"] != commit:
|
|
if commit != "<none>" and commits["commit"]["sha"] != commit:
|
|
|
print("--------------------------------------------------------")
|
|
print("--------------------------------------------------------")
|