paulbauriegel commited on
Commit
3146b8d
·
1 Parent(s): 0643fb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -27,6 +27,7 @@ def speech_to_text(mic=None, file=None, lang=None):
27
 
28
  # Decode audio to Text
29
  objects = [s._asdict() for s in segments]
 
30
  time_end = time.time()
31
  time_diff = time_end - time_start
32
  #memory = psutil.virtual_memory()
 
27
 
28
  # Decode audio to Text
29
  objects = [s._asdict() for s in segments]
30
+ print(objects)
31
  time_end = time.time()
32
  time_diff = time_end - time_start
33
  #memory = psutil.virtual_memory()