Spaces:
Runtime error
Runtime error
Load from Hub
Browse files
app.py
CHANGED
@@ -2,8 +2,7 @@ from transformers import pipeline
|
|
2 |
import gradio as gr
|
3 |
import time
|
4 |
|
5 |
-
asr = pipeline("automatic-speech-recognition", "
|
6 |
-
# asr = pipeline("automatic-speech-recognition", "YSU/aspram")
|
7 |
|
8 |
def transcribe(audio, state=""):
|
9 |
time.sleep(5)
|
|
|
2 |
import gradio as gr
|
3 |
import time
|
4 |
|
5 |
+
asr = pipeline("automatic-speech-recognition", "YSU/aspram")
|
|
|
6 |
|
7 |
def transcribe(audio, state=""):
|
8 |
time.sleep(5)
|