Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -32,4 +32,4 @@ gr.Interface(
|
|
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."
|
35 |
-
).launch()
|
|
|
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."
|
35 |
+
).launch(share=True)
|