Skip to content

Commit 1f3632f

Browse files
committed
Update info about streaming
1 parent 2ce4076 commit 1f3632f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtts_api_server/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# logger.info(f"The model {version_string} starts to load,wait until it loads")
4848
if STREAM_MODE:
4949
# Load model for Streaming
50-
logger.warning("'Streaming Mode' has certain limitations, you can read about them here https://github.com/daswer123/xtts-api-server/pull/10#issuecomment-1831113310")
50+
logger.warning("'Streaming Mode' has certain limitations, you can read about them here https://github.com/daswer123/xtts-api-server#about-streaming-mode")
5151
logger.info("Load model for Streaming")
5252
engine = CoquiEngine(specific_model=MODEL_VERSION)
5353
stream = TextToAudioStream(engine)

0 commit comments

Comments
 (0)