Spaces:
Runtime error
Runtime error
filipzawadka
commited on
Commit
•
967a8e9
1
Parent(s):
0fd9b5b
test
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
import numpy as np
|
|
|
4 |
|
5 |
transcriber = pipeline("automatic-speech-recognition", model="filipzawadka/whisper-small-pl-2")
|
6 |
#transcriber = pipeline("automatic-speech-recognition", model="openai/whisper-small.en")
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
import numpy as np
|
4 |
+
import librosa
|
5 |
|
6 |
transcriber = pipeline("automatic-speech-recognition", model="filipzawadka/whisper-small-pl-2")
|
7 |
#transcriber = pipeline("automatic-speech-recognition", model="openai/whisper-small.en")
|