Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,6 @@ from transformers import pipeline
|
|
2 |
import gradio as gr
|
3 |
import time
|
4 |
|
5 |
-
|
6 |
p = pipeline("automatic-speech-recognition", model="ibm-granite/granite-speech-3.2-8b", trust_remote_code=True)
|
7 |
|
8 |
def transcribe(audio, state=""):
|
|
|
2 |
import gradio as gr
|
3 |
import time
|
4 |
|
|
|
5 |
p = pipeline("automatic-speech-recognition", model="ibm-granite/granite-speech-3.2-8b", trust_remote_code=True)
|
6 |
|
7 |
def transcribe(audio, state=""):
|