randusertry commited on
Commit
ee03549
·
verified ·
1 Parent(s): fb8141b

Update app.py

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