alibabasglab commited on
Commit
863f583
·
verified ·
1 Parent(s): 6e4d760

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,6 +145,6 @@ tse_demo = gr.Interface(
145
  )
146
 
147
  with demo:
148
- gr.TabbedInterface([se_demo], ["Task 4: Speech Super Resolution"])
149
 
150
  demo.launch()
 
145
  )
146
 
147
  with demo:
148
+ gr.TabbedInterface([sr_demo], ["Task 4: Speech Super Resolution"])
149
 
150
  demo.launch()