Skip to content

Commit

Permalink
Update info about streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
daswer123 committed Nov 29, 2023
1 parent 2ce4076 commit 1f3632f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtts_api_server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# logger.info(f"The model {version_string} starts to load,wait until it loads")
if STREAM_MODE:
# Load model for Streaming
logger.warning("'Streaming Mode' has certain limitations, you can read about them here https://github.com/daswer123/xtts-api-server/pull/10#issuecomment-1831113310")
logger.warning("'Streaming Mode' has certain limitations, you can read about them here https://github.com/daswer123/xtts-api-server#about-streaming-mode")
logger.info("Load model for Streaming")
engine = CoquiEngine(specific_model=MODEL_VERSION)
stream = TextToAudioStream(engine)
Expand Down

0 comments on commit 1f3632f

Please sign in to comment.