alibabasglab commited on
Commit
99710ec
·
verified ·
1 Parent(s): a9e592e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -31,4 +31,6 @@ se_demo = gr.Interface(
31
  ],
32
  cache_examples = True,
33
  )
34
- se_demo.launch()
 
 
 
31
  ],
32
  cache_examples = True,
33
  )
34
+ with demo:
35
+ gr.TabbedInterface([se_demo, se_demo], ["Speech Enhancement", "Speech Separation"])
36
+ demo.launch()