🗑️ [Remove] Model : Whisperの不要な関数を削除

This commit is contained in:
misyaguziya
2024-10-29 15:58:21 +09:00
parent 192507a605
commit 134ef373af
3 changed files with 2 additions and 60 deletions

View File

@@ -246,10 +246,6 @@ mapping = {
"/get/data/whisper_weight_type": {"status": True, "variable":controller.getWhisperWeightType},
"/set/data/whisper_weight_type": {"status": True, "variable":controller.setWhisperWeightType},
"/get/data/use_whisper_feature": {"status": True, "variable":controller.getUseWhisperFeature},
"/set/enable/use_whisper_feature": {"status": True, "variable":controller.setEnableUseWhisperFeature},
"/set/disable/use_whisper_feature": {"status": True, "variable":controller.setDisableUseWhisperFeature},
"/run/download_whisper_weight": {"status": True, "variable":controller.downloadWhisperWeight},
# VR