operablepattern commited on
Commit
6da22ab
1 Parent(s): 605b45a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -40,4 +40,8 @@ iface = gr.Interface(
40
  ),
41
  allow_flagging="never",
42
  )
43
- iface.launch()
 
 
 
 
 
40
  ),
41
  allow_flagging="never",
42
  )
43
+
44
+ with demo:
45
+ gr.TabbedInterface([iface], ["Microphone"])
46
+
47
+ demo.launch(enable_queue=True)