Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
from transformers import pipeline
|
| 3 |
|
| 4 |
-
transcription = pipeline("automatic-speech-recognition", model="
|
| 5 |
clasification = pipeline(
|
| 6 |
"audio-classification",
|
| 7 |
model="anton-l/xtreme_s_xlsr_300m_minds14",
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from transformers import pipeline
|
| 3 |
|
| 4 |
+
transcription = pipeline("automatic-speech-recognition", model= "openai/whisper-base")
|
| 5 |
clasification = pipeline(
|
| 6 |
"audio-classification",
|
| 7 |
model="anton-l/xtreme_s_xlsr_300m_minds14",
|