Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -141,10 +141,9 @@ async def startup_event():
|
|
141 |
# ---------------------------
|
142 |
@app.get("/")
|
143 |
async def root():
|
144 |
-
return {
|
145 |
-
|
146 |
|
147 |
-
|
148 |
@app.post("/compare-dtw")
|
149 |
async def compare_dtw(
|
150 |
audio1: UploadFile = File(...),
|
|
|
141 |
# ---------------------------
|
142 |
@app.get("/")
|
143 |
async def root():
|
144 |
+
return {"message": "Welcome to the Audio Similarity API!"}
|
145 |
+
|
146 |
|
|
|
147 |
@app.post("/compare-dtw")
|
148 |
async def compare_dtw(
|
149 |
audio1: UploadFile = File(...),
|