operablepattern commited on
Commit
2d3ef06
1 Parent(s): 6da22ab

Update app.py

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