Spaces:
Build error
Build error
Commit
·
40e5800
1
Parent(s):
3a4f0ea
Update app.py
Browse files
app.py
CHANGED
@@ -3,10 +3,7 @@ import whisper
|
|
3 |
audio = "bsp.mp3"
|
4 |
model = whisper.load_model("base")
|
5 |
|
6 |
-
|
7 |
-
|
8 |
def transcribing(file):
|
9 |
-
|
10 |
transcribe = model.transcribe(audio)
|
11 |
return transcribe["text"]
|
12 |
|
|
|
3 |
audio = "bsp.mp3"
|
4 |
model = whisper.load_model("base")
|
5 |
|
|
|
|
|
6 |
def transcribing(file):
|
|
|
7 |
transcribe = model.transcribe(audio)
|
8 |
return transcribe["text"]
|
9 |
|