mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 05:25:01 +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")
|
||||
async def get_ex_application_info():
|
||||
print(">>>>>>>>>>>>>>",exApplitionInfo)
|
||||
json_compatible_item_data = jsonable_encoder(exApplitionInfo)
|
||||
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
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
Loading…
Reference in New Issue
Block a user