Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -43,6 +43,6 @@ file_demo = gr.Interface(
|
|
43 |
title="Swedish Whisper",
|
44 |
description="Fine-tuned Whisper model for swedish audio transcription",
|
45 |
)
|
46 |
-
demo = gr.TabbedInterface([url_demo, voice_demo, file_demo], ["YouTube
|
47 |
|
48 |
demo.launch()
|
|
|
43 |
title="Swedish Whisper",
|
44 |
description="Fine-tuned Whisper model for swedish audio transcription",
|
45 |
)
|
46 |
+
demo = gr.TabbedInterface([url_demo, voice_demo, file_demo], ["YouTube video transciption", "Live audio to Text", "Transcribe a file"])
|
47 |
|
48 |
demo.launch()
|