Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -269,7 +269,7 @@ with demo:
|
|
269 |
|
270 |
|
271 |
def cache_example(example):
|
272 |
-
processed_examples = audio
|
273 |
diarized_output = speech_to_text(example)
|
274 |
return processed_examples, diarized_output
|
275 |
|
|
|
269 |
|
270 |
|
271 |
def cache_example(example):
|
272 |
+
processed_examples = audio(example)
|
273 |
diarized_output = speech_to_text(example)
|
274 |
return processed_examples, diarized_output
|
275 |
|