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

Update app.py

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