Add copyright block to audio_transcriber

This commit is contained in:
Mark Backman
2024-12-11 11:06:48 -05:00
parent 8086a94e49
commit 1e45e55528

View File

@@ -1,3 +1,10 @@
#
# Copyright (c) 2024, Daily
#
# SPDX-License-Identifier: BSD 2-Clause License
#
import google.ai.generativelanguage as glm
import google.generativeai as gai
from loguru import logger