Commit ·
a047f6e
1
Parent(s): bb63de0
Added auth key
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ from typing import Optional
|
|
| 20 |
logging.basicConfig(level=logging.INFO)
|
| 21 |
logger = logging.getLogger("xttsv2-engine")
|
| 22 |
|
| 23 |
-
BEARER_TOKEN = os.environ.get("API_KEY", "")
|
| 24 |
MODEL_NAME = "tts_models/multilingual/multi-dataset/xtts_v2"
|
| 25 |
SAMPLE_RATE = 24000
|
| 26 |
BIT_DEPTH = 16
|
|
|
|
| 20 |
logging.basicConfig(level=logging.INFO)
|
| 21 |
logger = logging.getLogger("xttsv2-engine")
|
| 22 |
|
| 23 |
+
BEARER_TOKEN = os.environ.get("API_KEY", "124CC717-7517-47A2-BBD6-54FCAE310297")
|
| 24 |
MODEL_NAME = "tts_models/multilingual/multi-dataset/xtts_v2"
|
| 25 |
SAMPLE_RATE = 24000
|
| 26 |
BIT_DEPTH = 16
|