Tomtom84 commited on
Commit
f2c5fb2
·
1 Parent(s): 52d950c
Files changed (2) hide show
  1. __pycache__/app.cpython-312.pyc +0 -0
  2. app.py +1 -1
__pycache__/app.cpython-312.pyc CHANGED
Binary files a/__pycache__/app.cpython-312.pyc and b/__pycache__/app.cpython-312.pyc differ
 
app.py CHANGED
@@ -16,7 +16,7 @@ interface = outetts.Interface(
16
  )
17
 
18
  # Load the default speaker profile
19
- speaker = interface.load_default_speaker("EN-FEMALE-1-NEUTRAL")
20
 
21
  app = FastAPI()
22
 
 
16
  )
17
 
18
  # Load the default speaker profile
19
+ speaker = interface.load_default_speaker("DE-MALE-1-NEUTRAL")
20
 
21
  app = FastAPI()
22