ayymen commited on
Commit
5dd898c
1 Parent(s): 051b474

Add Youtube tab

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,6 +134,6 @@ youtube_transcribe = gr.Interface(
134
  )
135
 
136
  with demo:
137
- gr.TabbedInterface([mf_transcribe, file_transcribe], ["Microphone", "Audio file"])
138
 
139
  demo.launch()
 
134
  )
135
 
136
  with demo:
137
+ gr.TabbedInterface([mf_transcribe, file_transcribe, youtube_transcribe], ["Microphone", "Audio file", "Youtube Video"])
138
 
139
  demo.launch()