Tomtom84 commited on
Commit
7ff34ef
·
verified ·
1 Parent(s): 4ae0a54

Update app.py

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