Update textextraction_google.py

This commit is contained in:
Believethehype
2024-01-12 14:55:53 +01:00
parent b6c594202a
commit a39797f62a

View File

@@ -31,7 +31,7 @@ class SpeechToTextGoogle(DVMTaskInterface):
dvm_config.SCRIPT = os.path.abspath(__file__)
super().__init__(name, dvm_config, nip89config, admin_config, options)
if options is None:
options = {}
self.options = {}
def is_input_supported(self, tags, client=None, dvm_config=None):
for tag in tags: