Spaces:
Running
Running
Update index.html
Browse files- 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)
|