We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8645500 commit 8a74f09Copy full SHA for 8a74f09
app/main.py
@@ -31,7 +31,8 @@ def get_local_ip() -> str:
31
print("=" * 60)
32
local_ip = get_local_ip()
33
print(
34
- f"3D-Speaker 声纹API服务已启动,访问: http://{local_ip}:{settings.port}/voiceprint/docs"
+ f"声纹接口地址: http://{local_ip}:{settings.port}/voiceprint/health?key="
35
+ + settings.api_token
36
)
37
38
start_server.py
@@ -40,7 +40,8 @@ def main():
40
41
42
43
44
45
46
47
0 commit comments