Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ import wave
|
|
12 |
import json
|
13 |
from typing import List, Dict, Optional
|
14 |
|
|
|
15 |
app = FastAPI()
|
16 |
|
17 |
# Serve static files
|
|
|
12 |
import json
|
13 |
from typing import List, Dict, Optional
|
14 |
|
15 |
+
|
16 |
app = FastAPI()
|
17 |
|
18 |
# Serve static files
|