dineshb commited on
Commit
e6bb581
Β·
1 Parent(s): a53b776

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -69,8 +69,7 @@ mf_transcribe = gr.Interface(
69
  theme="huggingface",
70
  title="Whisper Demo: Transcribe Audio",
71
  description=(
72
- "Transcribe long-form microphone or audio inputs with the click of a button! and πŸ€— Transformers to transcribe audio files"
73
- " of arbitrary length."
74
  ),
75
  allow_flagging="never",
76
  )
@@ -83,8 +82,7 @@ yt_transcribe = gr.Interface(
83
  theme="huggingface",
84
  title="Whisper Demo: Transcribe YouTube",
85
  description=(
86
- "Transcribe long-form YouTube videos with the click of a button! and πŸ€— Transformers to transcribe audio files of"
87
- " arbitrary length."
88
  ),
89
  allow_flagging="never",
90
  )
@@ -92,4 +90,4 @@ yt_transcribe = gr.Interface(
92
  with demo:
93
  gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
94
 
95
- demo.launch(share = True,enable_queue=True)
 
69
  theme="huggingface",
70
  title="Whisper Demo: Transcribe Audio",
71
  description=(
72
+ "Transcribe long-form microphone or audio inputs with the click of a button!"
 
73
  ),
74
  allow_flagging="never",
75
  )
 
82
  theme="huggingface",
83
  title="Whisper Demo: Transcribe YouTube",
84
  description=(
85
+ "Transcribe long-form YouTube videos with the click of a button! "
 
86
  ),
87
  allow_flagging="never",
88
  )
 
90
  with demo:
91
  gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
92
 
93
+ demo.launch(enable_queue=True)