Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
|
|
2 |
from transformers import pipeline, AutoTokenizer
|
3 |
import numpy as np
|
4 |
|
|
|
5 |
# Load the pipeline for speech recognition and translation
|
6 |
pipe = pipeline(
|
7 |
"automatic-speech-recognition",
|
|
|
2 |
from transformers import pipeline, AutoTokenizer
|
3 |
import numpy as np
|
4 |
|
5 |
+
|
6 |
# Load the pipeline for speech recognition and translation
|
7 |
pipe = pipeline(
|
8 |
"automatic-speech-recognition",
|