sharktide commited on
Commit
49a06ec
·
verified ·
1 Parent(s): 46a7064

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -382,13 +382,13 @@ 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
 
393
  @app.post("/gen/image")
394
  @app.get("/genimg/{prompt}")
 
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
 
393
  @app.post("/gen/image")
394
  @app.get("/genimg/{prompt}")