Spaces:
Paused
Paused
up15
Browse files- __pycache__/app.cpython-312.pyc +0 -0
- 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("
|
| 20 |
|
| 21 |
app = FastAPI()
|
| 22 |
|
|
|
|
| 16 |
)
|
| 17 |
|
| 18 |
# Load the default speaker profile
|
| 19 |
+
speaker = interface.load_default_speaker("EN-FEMALE-1-NEUTRAL")
|
| 20 |
|
| 21 |
app = FastAPI()
|
| 22 |
|