Spaces:
Runtime error
Runtime error
Debug
Browse files
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()
|