Skip to content
Snippets Groups Projects

Feature/add auth asr service

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -28,6 +28,7 @@ class EmbeddingBaseProcessor(ABC):
def process_embeddings(self, language: str):
words = request.json
print(words)
if words is not List[str]:
raise Exception("Incorrect body")
return jsonify(
Loading