alibabasglab commited on
Commit
dba113a
·
verified ·
1 Parent(s): 69a91fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,6 +174,6 @@ sr_demo = gr.Interface(
174
  )
175
 
176
  with demo:
177
- gr.TabbedInterface([se_demo, ss_demo, sr_demo, tse_demo], ["Task 1: Speech Enhancement", "Task 2: Speech Separation", "Task 3: Speech Super Resolution" "Task 4: Audio-Visual Speaker Extraction"])
178
 
179
  demo.launch()
 
174
  )
175
 
176
  with demo:
177
+ gr.TabbedInterface([se_demo, ss_demo, sr_demo, tse_demo], ["Task 1: Speech Enhancement", "Task 2: Speech Separation", "Task 3: Speech Super Resolution", "Task 4: Audio-Visual Speaker Extraction"])
178
 
179
  demo.launch()