Issamohammed commited on
Commit
4d98a44
·
verified ·
1 Parent(s): 1c12178

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)