sergiolucero commited on
Commit
5566297
1 Parent(s): f068297

Update ailib.py

Browse files
Files changed (1) hide show
  1. ailib.py +1 -1
ailib.py CHANGED
@@ -30,7 +30,7 @@ def nueva_ficha(resumen_historial, resumen_hoy):
30
 
31
 
32
  def whisper_transcribe(fn, temperature=0):
33
-
34
  t0 = time.time()
35
 
36
  if isinstance(fn, str):
 
30
 
31
 
32
  def whisper_transcribe(fn, temperature=0):
33
+ print('WT:', type(fn))
34
  t0 = time.time()
35
 
36
  if isinstance(fn, str):