Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ import wave
|
|
| 8 |
from pydantic import BaseModel
|
| 9 |
from typing import Optional, Literal
|
| 10 |
|
| 11 |
-
app = FastAPI("TTS App for my projects")
|
| 12 |
|
| 13 |
# Path where models will be stored in the container
|
| 14 |
MODEL_DIR = "./models"
|
|
|
|
| 8 |
from pydantic import BaseModel
|
| 9 |
from typing import Optional, Literal
|
| 10 |
|
| 11 |
+
app = FastAPI(title="TTS App for my projects")
|
| 12 |
|
| 13 |
# Path where models will be stored in the container
|
| 14 |
MODEL_DIR = "./models"
|