mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-09-27 18:26:21 +02:00
Update textextraction_google.py
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user