Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
from os import listdir
|
4 |
import glob
|
5 |
pipe = pipeline(model="fimster/whisper-small-sv-SE") # change to "your-username/the-name-you-picked"
|
6 |
-
|
7 |
|
8 |
def transcribe(audio):
|
9 |
text = pipe(audio)["text"]
|
|
|
3 |
from os import listdir
|
4 |
import glob
|
5 |
pipe = pipeline(model="fimster/whisper-small-sv-SE") # change to "your-username/the-name-you-picked"
|
6 |
+
|
7 |
|
8 |
def transcribe(audio):
|
9 |
text = pipe(audio)["text"]
|