Hammad712 commited on
Commit
0dca53d
·
verified ·
1 Parent(s): b497d4b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -3
main.py CHANGED
@@ -141,10 +141,9 @@ async def startup_event():
141
  # ---------------------------
142
  @app.get("/")
143
  async def root():
144
- return {
145
- "message": "Welcome to the Audio Similarity API!"
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(...),