oceansweep commited on
Commit
fe42ba0
1 Parent(s): 2ab733a

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3704,7 +3704,7 @@ def launch_ui(demo_mode=False):
3704
 
3705
  # Combine interfaces into a tabbed interface
3706
  tabbed_interface = gr.TabbedInterface(
3707
- [iface, search_interface, llamafile_interface, import_export_tab, download_videos_interface],
3708
  ["Transcription / Summarization / Ingestion", "Search / Detailed View",
3709
  "Local LLM with Llamafile", "Export/Import", "Download Video/Audio Files"])
3710
 
 
3704
 
3705
  # Combine interfaces into a tabbed interface
3706
  tabbed_interface = gr.TabbedInterface(
3707
+ [iface, search_interface, llamafile_interface, download_videos_interface],
3708
  ["Transcription / Summarization / Ingestion", "Search / Detailed View",
3709
  "Local LLM with Llamafile", "Export/Import", "Download Video/Audio Files"])
3710