taejinp commited on
Commit
cfc5de5
·
verified ·
1 Parent(s): 958700c

Update multitalker_transcript_config.py

Browse files
Files changed (1) hide show
  1. multitalker_transcript_config.py +14 -0
multitalker_transcript_config.py CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  from dataclasses import dataclass, field, is_dataclass
2
  from typing import List, Optional, Union
3
 
 
1
+ # Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
2
+ #
3
+ # Licensed under the NVIDIA Open Model License (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
  from dataclasses import dataclass, field, is_dataclass
16
  from typing import List, Optional, Union
17