roychao19477 commited on
Commit
d4d6daa
·
1 Parent(s): c6b6fda
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,6 +104,6 @@ se_demo = gr.Interface(
104
 
105
 
106
  with demo:
107
- gr.TabbedInterface([se_demo], ["Speech Enhancement Mamba"]
108
 
109
  demo.launch()
 
104
 
105
 
106
  with demo:
107
+ gr.TabbedInterface([se_demo], ["Speech Enhancement Mamba"])
108
 
109
  demo.launch()