sergiolucero commited on
Commit
2b4c43b
1 Parent(s): 76a9f85

Update ailib.py

Browse files
Files changed (1) hide show
  1. ailib.py +1 -0
ailib.py CHANGED
@@ -1,4 +1,5 @@
1
  import openai
 
2
 
3
  def whisper_transcribe(fn, temperature=0):
4
  t0 = time.time()
 
1
  import openai
2
+ import time
3
 
4
  def whisper_transcribe(fn, temperature=0):
5
  t0 = time.time()