Spaces:
Runtime error
Runtime error
Update App_Function_Libraries/Gradio_Related.py
Browse files
App_Function_Libraries/Gradio_Related.py
CHANGED
|
@@ -34,9 +34,7 @@ from App_Function_Libraries.Gradio_UI.Import_Functionality import create_import_
|
|
| 34 |
from App_Function_Libraries.Gradio_UI.Introduction_tab import create_introduction_tab
|
| 35 |
from App_Function_Libraries.Gradio_UI.Keywords import create_view_keywords_tab, create_add_keyword_tab, \
|
| 36 |
create_delete_keyword_tab, create_export_keywords_tab
|
| 37 |
-
#from App_Function_Libraries.Gradio_UI.Live_Recording import create_live_recording_tab
|
| 38 |
from App_Function_Libraries.Gradio_UI.Llamafile_tab import create_chat_with_llamafile_tab
|
| 39 |
-
#from App_Function_Libraries.Gradio_UI.MMLU_Pro_tab import create_mmlu_pro_tab
|
| 40 |
from App_Function_Libraries.Gradio_UI.Media_edit import create_prompt_clone_tab, create_prompt_edit_tab, \
|
| 41 |
create_media_edit_and_clone_tab, create_media_edit_tab
|
| 42 |
from App_Function_Libraries.Gradio_UI.Media_wiki_tab import create_mediawiki_import_tab, create_mediawiki_config_tab
|
|
@@ -267,7 +265,6 @@ def launch_ui(share_public=None, server_mode=False):
|
|
| 267 |
create_pdf_ingestion_test_tab()
|
| 268 |
create_resummary_tab()
|
| 269 |
create_summarize_explain_tab()
|
| 270 |
-
#create_live_recording_tab()
|
| 271 |
create_arxiv_tab()
|
| 272 |
|
| 273 |
with gr.TabItem("Text Search "):
|
|
@@ -318,8 +315,7 @@ def launch_ui(share_public=None, server_mode=False):
|
|
| 318 |
create_media_edit_tab()
|
| 319 |
create_manage_items_tab()
|
| 320 |
create_media_edit_and_clone_tab()
|
| 321 |
-
|
| 322 |
-
#create_compare_transcripts_tab()
|
| 323 |
|
| 324 |
|
| 325 |
with gr.TabItem("Embeddings Management"):
|
|
@@ -377,8 +373,6 @@ def launch_ui(share_public=None, server_mode=False):
|
|
| 377 |
with gr.TabItem("Evaluations"):
|
| 378 |
create_geval_tab()
|
| 379 |
create_infinite_bench_tab()
|
| 380 |
-
# FIXME
|
| 381 |
-
#create_mmlu_pro_tab()
|
| 382 |
|
| 383 |
with gr.TabItem("Introduction/Help"):
|
| 384 |
create_introduction_tab()
|
|
|
|
| 34 |
from App_Function_Libraries.Gradio_UI.Introduction_tab import create_introduction_tab
|
| 35 |
from App_Function_Libraries.Gradio_UI.Keywords import create_view_keywords_tab, create_add_keyword_tab, \
|
| 36 |
create_delete_keyword_tab, create_export_keywords_tab
|
|
|
|
| 37 |
from App_Function_Libraries.Gradio_UI.Llamafile_tab import create_chat_with_llamafile_tab
|
|
|
|
| 38 |
from App_Function_Libraries.Gradio_UI.Media_edit import create_prompt_clone_tab, create_prompt_edit_tab, \
|
| 39 |
create_media_edit_and_clone_tab, create_media_edit_tab
|
| 40 |
from App_Function_Libraries.Gradio_UI.Media_wiki_tab import create_mediawiki_import_tab, create_mediawiki_config_tab
|
|
|
|
| 265 |
create_pdf_ingestion_test_tab()
|
| 266 |
create_resummary_tab()
|
| 267 |
create_summarize_explain_tab()
|
|
|
|
| 268 |
create_arxiv_tab()
|
| 269 |
|
| 270 |
with gr.TabItem("Text Search "):
|
|
|
|
| 315 |
create_media_edit_tab()
|
| 316 |
create_manage_items_tab()
|
| 317 |
create_media_edit_and_clone_tab()
|
| 318 |
+
|
|
|
|
| 319 |
|
| 320 |
|
| 321 |
with gr.TabItem("Embeddings Management"):
|
|
|
|
| 373 |
with gr.TabItem("Evaluations"):
|
| 374 |
create_geval_tab()
|
| 375 |
create_infinite_bench_tab()
|
|
|
|
|
|
|
| 376 |
|
| 377 |
with gr.TabItem("Introduction/Help"):
|
| 378 |
create_introduction_tab()
|