dmaniloff HF staff commited on
Commit
5b88c7d
1 Parent(s): 607b639

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,6 +19,7 @@ pipe = pipeline(
19
  chunk_length_s=30,
20
  device=device,
21
  )
 
22
 
23
 
24
  def transcribe(audio_input):
 
19
  chunk_length_s=30,
20
  device=device,
21
  )
22
+ client = InferenceClient()
23
 
24
 
25
  def transcribe(audio_input):