Spaces:
Running
Running
Update app.py
Browse files
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}")
|