added whisperx (mediasources need some fixes)

This commit is contained in:
Believethehype
2023-11-28 16:20:56 +01:00
parent a2433aa70c
commit 261bed427d
22 changed files with 1451 additions and 218 deletions

View File

@@ -75,5 +75,4 @@ class DVMTaskInterface:
if request_form.get("options"):
opts = json.loads(request_form["options"])
print(opts)
return dict(opts)