Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -52,4 +52,4 @@ gr.Interface(
|
|
52 |
outputs=gr.Textbox(label="Transcribed Text"),
|
53 |
title="KB-Whisper Transcriber (Swedish, Free CPU)",
|
54 |
description="Upload .m4a, .mp3, or .wav files. Transcribes Swedish speech using KBLab's Whisper Large model.",
|
55 |
-
).launch(
|
|
|
52 |
outputs=gr.Textbox(label="Transcribed Text"),
|
53 |
title="KB-Whisper Transcriber (Swedish, Free CPU)",
|
54 |
description="Upload .m4a, .mp3, or .wav files. Transcribes Swedish speech using KBLab's Whisper Large model.",
|
55 |
+
).launch()
|