Spaces:
Runtime error
Runtime error
Update App_Function_Libraries/Gradio_Related.py
Browse files
App_Function_Libraries/Gradio_Related.py
CHANGED
|
@@ -299,7 +299,7 @@ def launch_ui(share_public=None, server_mode=False):
|
|
| 299 |
create_chat_interface_stacked()
|
| 300 |
create_chat_interface_multi_api()
|
| 301 |
create_chat_interface_four()
|
| 302 |
-
create_chat_with_llamafile_tab()
|
| 303 |
create_chat_management_tab()
|
| 304 |
chat_workflows_tab()
|
| 305 |
|
|
|
|
| 299 |
create_chat_interface_stacked()
|
| 300 |
create_chat_interface_multi_api()
|
| 301 |
create_chat_interface_four()
|
| 302 |
+
#create_chat_with_llamafile_tab()
|
| 303 |
create_chat_management_tab()
|
| 304 |
chat_workflows_tab()
|
| 305 |
|