pokung commited on
Commit
b60b612
·
verified ·
1 Parent(s): e8bdb2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -18,7 +18,8 @@ with gr.Blocks(theme='Taithrah/Minimal') as demo:
18
  with gr.Tabs():
19
  about_tab()
20
  method_tab()
 
21
  transcription_tab(PIPELINE)
22
- contact_tab()
23
 
24
  demo.launch()
 
18
  with gr.Tabs():
19
  about_tab()
20
  method_tab()
21
+ results_tab()
22
  transcription_tab(PIPELINE)
23
+ about_us_tab()
24
 
25
  demo.launch()