Update app.py
Browse files
app.py
CHANGED
|
@@ -51,6 +51,8 @@ engines["orpheus"] = OrpheusEngine(
|
|
| 51 |
|
| 52 |
voices["orpheus"] = engines["orpheus"].get_voices()
|
| 53 |
|
|
|
|
|
|
|
| 54 |
# change start engine by moving engine name
|
| 55 |
# to the first position in SUPPORTED_ENGINES
|
| 56 |
# START_ENGINE = SUPPORTED_ENGINES[0]
|
|
|
|
| 51 |
|
| 52 |
voices["orpheus"] = engines["orpheus"].get_voices()
|
| 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]
|