Spaces:
Running
Running
changed url
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def get_audio(input_text, usecase_id):
|
|
24 |
logger.info(f"Input Text: {input_text}")
|
25 |
|
26 |
# Define the API endpoint and headers
|
27 |
-
url = "https://
|
28 |
headers = {
|
29 |
"X-API-Key": "your-new-secret-api-key",
|
30 |
"Content-Type": "application/json"
|
|
|
24 |
logger.info(f"Input Text: {input_text}")
|
25 |
|
26 |
# Define the API endpoint and headers
|
27 |
+
url = "https://slabstech-dhwani-internal-api-server.hf.space/v1/audio/speech"
|
28 |
headers = {
|
29 |
"X-API-Key": "your-new-secret-api-key",
|
30 |
"Content-Type": "application/json"
|