Zled commited on
Commit
5701657
·
1 Parent(s): 4779018

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,5 +43,5 @@ mf_transcribe = gr.Interface(
43
  )
44
 
45
  with demo:
46
- gr.TabbledInterface([mf_transcribe],'Trancribe')
47
  demo.launch(enable_queue=True)
 
43
  )
44
 
45
  with demo:
46
+ gr.TabbedInterface([mf_transcribe],'Trancribe')
47
  demo.launch(enable_queue=True)