Update app.py
Browse files
app.py
CHANGED
|
@@ -53,8 +53,6 @@ voices["orpheus"] = engines["orpheus"].get_voices()
|
|
| 53 |
|
| 54 |
current_engine = engines["orpheus"]
|
| 55 |
|
| 56 |
-
_set_engine("orpheus") # ← sofort initialisieren
|
| 57 |
-
|
| 58 |
# change start engine by moving engine name
|
| 59 |
# to the first position in SUPPORTED_ENGINES
|
| 60 |
# START_ENGINE = SUPPORTED_ENGINES[0]
|
|
|
|
| 53 |
|
| 54 |
current_engine = engines["orpheus"]
|
| 55 |
|
|
|
|
|
|
|
| 56 |
# change start engine by moving engine name
|
| 57 |
# to the first position in SUPPORTED_ENGINES
|
| 58 |
# START_ENGINE = SUPPORTED_ENGINES[0]
|