TenzinGayche commited on
Commit
c1329a8
1 Parent(s): ac55441

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def transcribe(microphone, upload):
37
  text = pipe(audio)["text"]
38
  # text = remove_repeated_words(text)
39
  state = converter.toUnicode(text)
40
- return state
41
 
42
  # Set the starting state to an empty string
43
 
 
37
  text = pipe(audio)["text"]
38
  # text = remove_repeated_words(text)
39
  state = converter.toUnicode(text)
40
+ return state,audio
41
 
42
  # Set the starting state to an empty string
43