hagenw commited on
Commit
d8eeff7
·
1 Parent(s): 74582c4
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -137,4 +137,5 @@ file = gr.Interface(
137
  )
138
 
139
  demo = gr.TabbedInterface([microphone, file], ["Microphone", "Audio file"])
140
- demo.queue().launch()
 
 
137
  )
138
 
139
  demo = gr.TabbedInterface([microphone, file], ["Microphone", "Audio file"])
140
+ # demo.queue().launch()
141
+ demo.launch()