abidlabs HF staff commited on
Commit
db092de
1 Parent(s): e1d979b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -19,7 +19,7 @@ import gradio as gr
19
 
20
  transformers = await import_transformers_js()
21
  pipeline = transformers.pipeline
22
- pipe = await pipeline('automatic-speech-recognition ')
23
 
24
  async def transcribe(text):
25
  return await pipe(text)
 
19
 
20
  transformers = await import_transformers_js()
21
  pipeline = transformers.pipeline
22
+ pipe = await pipeline('automatic-speech-recognition')
23
 
24
  async def transcribe(text):
25
  return await pipe(text)