Update audio2text/a2t.py
Browse files- audio2text/a2t.py +1 -0
audio2text/a2t.py
CHANGED
@@ -4,4 +4,5 @@ from transformers import WhisperProcessor, WhisperForConditionalGeneration
|
|
4 |
|
5 |
class A2T:
|
6 |
def __init__(self, ):
|
|
|
7 |
|
|
|
4 |
|
5 |
class A2T:
|
6 |
def __init__(self, ):
|
7 |
+
pass
|
8 |
|