Tomtom84 commited on
Commit
0706764
·
verified ·
1 Parent(s): ec3b313

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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]