updates.
This commit is contained in:
3
tts.py
3
tts.py
@@ -29,7 +29,8 @@ logger = logging.getLogger("tts-demo")
|
||||
# Configuration
|
||||
TTS_URL = os.environ.get(
|
||||
"TTS_URL",
|
||||
"http://tts-predictor.ai-ml.svc.cluster.local"
|
||||
# Default: Ray Serve TTS endpoint
|
||||
"http://ai-inference-serve-svc.ai-ml.svc.cluster.local:8000/tts"
|
||||
)
|
||||
MLFLOW_TRACKING_URI = os.environ.get(
|
||||
"MLFLOW_TRACKING_URI",
|
||||
|
||||
Reference in New Issue
Block a user