mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 16:36:28 +01:00
Update textextraction_google.py
This commit is contained in:
@@ -31,7 +31,7 @@ class SpeechToTextGoogle(DVMTaskInterface):
|
|||||||
dvm_config.SCRIPT = os.path.abspath(__file__)
|
dvm_config.SCRIPT = os.path.abspath(__file__)
|
||||||
super().__init__(name, dvm_config, nip89config, admin_config, options)
|
super().__init__(name, dvm_config, nip89config, admin_config, options)
|
||||||
if options is None:
|
if options is None:
|
||||||
options = {}
|
self.options = {}
|
||||||
|
|
||||||
def is_input_supported(self, tags, client=None, dvm_config=None):
|
def is_input_supported(self, tags, client=None, dvm_config=None):
|
||||||
for tag in tags:
|
for tag in tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user