s-tier-plots commited on
Commit
d5198a1
1 Parent(s): 01cf620

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -697,7 +697,7 @@ def create_ui(app_config: ApplicationConfig):
697
  gr.Text(label="Segments")
698
  ])
699
 
700
- demo = gr.TabbedInterface([simple_transcribe, full_transcribe, perform_extra_interface], tab_names=["Simple", "Full", "Extra"])
701
 
702
  # Queue up the demo
703
  if is_queue_mode:
 
697
  gr.Text(label="Segments")
698
  ])
699
 
700
+ demo = gr.TabbedInterface([simple_transcribe, full_transcribe], tab_names=["Simple", "Full"])
701
 
702
  # Queue up the demo
703
  if is_queue_mode: