Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def transcribe(audio):
|
|
28 |
|
29 |
gr.Interface(
|
30 |
fn=transcribe,
|
31 |
-
inputs=gr.Audio(
|
32 |
outputs=gr.Textbox(label="Transcribed Text"),
|
33 |
title="KB-Whisper Transcriber (Swedish, Free CPU)",
|
34 |
description="Transcribes Swedish audio using KBLab's Whisper Large model. Running on free CPU — may be slow."
|
|
|
28 |
|
29 |
gr.Interface(
|
30 |
fn=transcribe,
|
31 |
+
inputs=gr.Audio(type="filepath", label="Upload Swedish Audio"),
|
32 |
outputs=gr.Textbox(label="Transcribed Text"),
|
33 |
title="KB-Whisper Transcriber (Swedish, Free CPU)",
|
34 |
description="Transcribes Swedish audio using KBLab's Whisper Large model. Running on free CPU — may be slow."
|