alibabasglab commited on
Commit
0f8dddd
·
verified ·
1 Parent(s): c93af01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -72,6 +72,7 @@ ss_demo = gr.Interface(
72
  )
73
 
74
  with demo:
75
- gr.TabbedInterface([se_demo, ss_demo], ["Speech Enhancement", "Speech Separation"])
 
76
 
77
- demo.launch(share=True)
 
72
  )
73
 
74
  with demo:
75
+ gr.TabbedInterface([se_demo], ["Speech Enhancement"])
76
+ #gr.TabbedInterface([se_demo, ss_demo], ["Speech Enhancement", "Speech Separation"])
77
 
78
+ demo.launch()