CsanadT commited on
Commit
ba60c22
1 Parent(s): e559252

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Video to Text", "Audio to Text"])
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()