Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ class TaggedPhraseExtractor:
|
|
71 |
|
72 |
co = cohere.Client(COHERE_API_KEY)
|
73 |
audio_client = Client(SEAMLESSM4T)
|
74 |
-
|
75 |
|
76 |
def process_audio_to_text(audio_path, inputlanguage="English"):
|
77 |
"""
|
|
|
71 |
|
72 |
co = cohere.Client(COHERE_API_KEY)
|
73 |
audio_client = Client(SEAMLESSM4T)
|
74 |
+
client = Client(SEAMLESSM4T)
|
75 |
|
76 |
def process_audio_to_text(audio_path, inputlanguage="English"):
|
77 |
"""
|