wanchichen commited on
Commit
a5d1906
·
verified ·
1 Parent(s): 9bc110a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -403,7 +403,7 @@ def transcribe(
403
  latency_TTS,
404
  )
405
  text_str1 = text_str
406
- print(text_str1, flush=True)
407
  if change:
408
  print("Output changed")
409
  if asr_output_str != "":
 
403
  latency_TTS,
404
  )
405
  text_str1 = text_str
406
+ print(text_str1, asr_output_str, flush=True)
407
  if change:
408
  print("Output changed")
409
  if asr_output_str != "":