rrevo commited on
Commit
cc81450
·
1 Parent(s): 24d868d
Files changed (1) hide show
  1. client/src/main.py +1 -1
client/src/main.py CHANGED
@@ -82,7 +82,7 @@ def main(transcriptions_queue):
82
  print('req status', response.status_code)
83
  full_json = response.json()
84
  transcription = full_json['transcribe']
85
- print('req done', full_json, response.status_code, time.time() - start)
86
  transcriptions_queue.put(transcription)
87
 
88
  # text = transcribe_model.transcribe(current_audio_chunk.audio_array)
 
82
  print('req status', response.status_code)
83
  full_json = response.json()
84
  transcription = full_json['transcribe']
85
+ print('req done -> full json', full_json, 'status code', response.status_code, 'time', time.time() - start)
86
  transcriptions_queue.put(transcription)
87
 
88
  # text = transcribe_model.transcribe(current_audio_chunk.audio_array)