sharktide commited on
Commit
00dd080
·
verified ·
1 Parent(s): cec0c3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -382,11 +382,8 @@ async def get_status():
382
  "Music/SFX Generation": 200
383
  }
384
 
385
- return Response(
386
  status_code=207,
387
- headers={
388
- "Content-Type": "application/json"
389
- },
390
  content=status
391
  )
392
 
 
382
  "Music/SFX Generation": 200
383
  }
384
 
385
+ return JSONResponse(
386
  status_code=207,
 
 
 
387
  content=status
388
  )
389