Spaces:
Running
Running
Update App_Function_Libraries/Gradio_Related.py
Browse files
App_Function_Libraries/Gradio_Related.py
CHANGED
@@ -36,8 +36,6 @@ from App_Function_Libraries.Gradio_UI.Introduction_tab import create_introductio
|
|
36 |
from App_Function_Libraries.Gradio_UI.Keywords import create_view_keywords_tab, create_add_keyword_tab, \
|
37 |
create_delete_keyword_tab, create_export_keywords_tab
|
38 |
from App_Function_Libraries.Gradio_UI.Live_Recording import create_live_recording_tab
|
39 |
-
from App_Function_Libraries.Gradio_UI.Llamafile_tab import create_chat_with_llamafile_tab
|
40 |
-
#from App_Function_Libraries.Gradio_UI.MMLU_Pro_tab import create_mmlu_pro_tab
|
41 |
from App_Function_Libraries.Gradio_UI.Media_edit import create_prompt_clone_tab, create_prompt_edit_tab, \
|
42 |
create_media_edit_and_clone_tab, create_media_edit_tab
|
43 |
from App_Function_Libraries.Gradio_UI.Media_wiki_tab import create_mediawiki_import_tab, create_mediawiki_config_tab
|
@@ -65,8 +63,6 @@ from App_Function_Libraries.Gradio_UI.View_DB_Items_tab import create_prompt_vie
|
|
65 |
#
|
66 |
# Gradio UI Imports
|
67 |
from App_Function_Libraries.Gradio_UI.Evaluations_Benchmarks_tab import create_geval_tab, create_infinite_bench_tab
|
68 |
-
#from App_Function_Libraries.Local_LLM.Local_LLM_huggingface import create_huggingface_tab
|
69 |
-
#from App_Function_Libraries.Local_LLM.Local_LLM_ollama import create_ollama_tab
|
70 |
from App_Function_Libraries.Gradio_UI.RAG_QA_Chat_Notes import create_rag_qa_chat_notes_tab
|
71 |
|
72 |
#
|
@@ -301,7 +297,6 @@ def launch_ui(share_public=None, server_mode=False):
|
|
301 |
create_chat_interface_stacked()
|
302 |
create_chat_interface_multi_api()
|
303 |
create_chat_interface_four()
|
304 |
-
create_chat_with_llamafile_tab()
|
305 |
create_chat_management_tab()
|
306 |
chat_workflows_tab()
|
307 |
|
@@ -386,11 +381,6 @@ def launch_ui(share_public=None, server_mode=False):
|
|
386 |
create_utilities_yt_audio_tab()
|
387 |
create_utilities_yt_timestamp_tab()
|
388 |
|
389 |
-
with gr.TabItem("Local LLM", id="local llm group"):
|
390 |
-
create_chat_with_llamafile_tab()
|
391 |
-
#create_ollama_tab()
|
392 |
-
#create_huggingface_tab()
|
393 |
-
|
394 |
with gr.TabItem("Trashcan", id="trashcan group"):
|
395 |
create_search_and_mark_trash_tab()
|
396 |
create_view_trash_tab()
|
|
|
36 |
from App_Function_Libraries.Gradio_UI.Keywords import create_view_keywords_tab, create_add_keyword_tab, \
|
37 |
create_delete_keyword_tab, create_export_keywords_tab
|
38 |
from App_Function_Libraries.Gradio_UI.Live_Recording import create_live_recording_tab
|
|
|
|
|
39 |
from App_Function_Libraries.Gradio_UI.Media_edit import create_prompt_clone_tab, create_prompt_edit_tab, \
|
40 |
create_media_edit_and_clone_tab, create_media_edit_tab
|
41 |
from App_Function_Libraries.Gradio_UI.Media_wiki_tab import create_mediawiki_import_tab, create_mediawiki_config_tab
|
|
|
63 |
#
|
64 |
# Gradio UI Imports
|
65 |
from App_Function_Libraries.Gradio_UI.Evaluations_Benchmarks_tab import create_geval_tab, create_infinite_bench_tab
|
|
|
|
|
66 |
from App_Function_Libraries.Gradio_UI.RAG_QA_Chat_Notes import create_rag_qa_chat_notes_tab
|
67 |
|
68 |
#
|
|
|
297 |
create_chat_interface_stacked()
|
298 |
create_chat_interface_multi_api()
|
299 |
create_chat_interface_four()
|
|
|
300 |
create_chat_management_tab()
|
301 |
chat_workflows_tab()
|
302 |
|
|
|
381 |
create_utilities_yt_audio_tab()
|
382 |
create_utilities_yt_timestamp_tab()
|
383 |
|
|
|
|
|
|
|
|
|
|
|
384 |
with gr.TabItem("Trashcan", id="trashcan group"):
|
385 |
create_search_and_mark_trash_tab()
|
386 |
create_view_trash_tab()
|