Update ui/tabs.py
Browse files- ui/tabs.py +2 -2
ui/tabs.py
CHANGED
|
@@ -31,8 +31,8 @@ def create_all_tabs(audio_service: AudioService, chat_service: ChatService,
|
|
| 31 |
with gr.Tab("💬 Chat"):
|
| 32 |
create_chat_tab(chat_service)
|
| 33 |
|
| 34 |
-
with gr.Tab("🖼️ Image"):
|
| 35 |
-
|
| 36 |
|
| 37 |
with gr.Tab("📚 RAG Wikipedia"):
|
| 38 |
create_rag_tab(rag_system, wikipedia_processor)
|
|
|
|
| 31 |
with gr.Tab("💬 Chat"):
|
| 32 |
create_chat_tab(chat_service)
|
| 33 |
|
| 34 |
+
# with gr.Tab("🖼️ Image"):
|
| 35 |
+
# create_image_tab(image_service)
|
| 36 |
|
| 37 |
with gr.Tab("📚 RAG Wikipedia"):
|
| 38 |
create_rag_tab(rag_system, wikipedia_processor)
|