mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-03 00:33:57 +03:00
update
This commit is contained in:
parent
40efbe41e6
commit
12bc4ebc70
@ -402,7 +402,6 @@ if __name__ == thisFilename or args.colab == True:
|
|||||||
|
|
||||||
@app_fastapi.get("/get_ex_application_info")
|
@app_fastapi.get("/get_ex_application_info")
|
||||||
async def get_ex_application_info():
|
async def get_ex_application_info():
|
||||||
print(">>>>>>>>>>>>>>",exApplitionInfo)
|
|
||||||
json_compatible_item_data = jsonable_encoder(exApplitionInfo)
|
json_compatible_item_data = jsonable_encoder(exApplitionInfo)
|
||||||
return JSONResponse(content=json_compatible_item_data)
|
return JSONResponse(content=json_compatible_item_data)
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM dannadori/voice-changer-internal:20221112_114121 as front
|
FROM dannadori/voice-changer-internal:20221112_115723 as front
|
||||||
FROM debian:bullseye-slim as base
|
FROM debian:bullseye-slim as base
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
Loading…
Reference in New Issue
Block a user