abidlabs HF staff commited on
Commit
c8a961d
1 Parent(s): 9af9919

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ with demo:
82
 
83
  def cache_example(example):
84
  processed_examples = audio.preprocess_example(example)
85
- diarized_output, full_text = speech_to_text(processed_examples )
86
  return processed_examples, diarized_output, full_text
87
 
88
  cache = [cache_example(e) for e in EXAMPLES]
82
 
83
  def cache_example(example):
84
  processed_examples = audio.preprocess_example(example)
85
+ diarized_output, full_text = speech_to_text(example)
86
  return processed_examples, diarized_output, full_text
87
 
88
  cache = [cache_example(e) for e in EXAMPLES]