yvankob commited on
Commit
3961f9a
·
1 Parent(s): 509f48d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -227,5 +227,8 @@ with demo:
227
  outputs=["html", gr.Textbox(label="Transcribed Text"), gr.Textbox(label="Translated Text")]
228
  )
229
 
 
 
 
230
  demo.launch()
231
 
 
227
  outputs=["html", gr.Textbox(label="Transcribed Text"), gr.Textbox(label="Translated Text")]
228
  )
229
 
230
+ with demo:
231
+ gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
232
+
233
  demo.launch()
234