Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
utils.py
CHANGED
@@ -67,10 +67,12 @@ def fade(audio_data, fade_duration=2, sr=32000):
|
|
67 |
|
68 |
def get_service_port():
|
69 |
service_port = os.environ.get('WAVJOURNEY_SERVICE_PORT')
|
|
|
70 |
return service_port
|
71 |
|
72 |
def get_service_url():
|
73 |
service_url = os.environ.get('WAVJOURNEY_SERVICE_URL')
|
|
|
74 |
return service_url
|
75 |
|
76 |
def get_api_key():
|
|
|
67 |
|
68 |
def get_service_port():
|
69 |
service_port = os.environ.get('WAVJOURNEY_SERVICE_PORT')
|
70 |
+
print(f"PORT : {service_port}")
|
71 |
return service_port
|
72 |
|
73 |
def get_service_url():
|
74 |
service_url = os.environ.get('WAVJOURNEY_SERVICE_URL')
|
75 |
+
print(f"URL : {service_url}")
|
76 |
return service_url
|
77 |
|
78 |
def get_api_key():
|