Spaces:
Runtime error
Runtime error
Commit
·
2874079
1
Parent(s):
7350606
adding Laama chat7b model
Browse files- whisper_app.py +0 -1
whisper_app.py
CHANGED
@@ -19,7 +19,6 @@ class WHISPERModel:
|
|
19 |
return result['language']
|
20 |
|
21 |
def speech_to_text(self, audio_path):
|
22 |
-
self.logger.info("Reading url {}".format(audio_path))
|
23 |
text_data = dict()
|
24 |
audio_duration = 0
|
25 |
conv_language = ""
|
|
|
19 |
return result['language']
|
20 |
|
21 |
def speech_to_text(self, audio_path):
|
|
|
22 |
text_data = dict()
|
23 |
audio_duration = 0
|
24 |
conv_language = ""
|