jvalero commited on
Commit
46d22b1
1 Parent(s): 17734e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -23,3 +23,7 @@ file_transcribe = gr.Interface(
23
  outputs=gr.outputs.Textbox(),
24
  )
25
 
 
 
 
 
 
23
  outputs=gr.outputs.Textbox(),
24
  )
25
 
26
+ with demo:
27
+ gr.TabbedInterface([file_transcribe], ["Transcribe Audio File"])
28
+
29
+ demo.launch(enable_queue=True)