Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
from __future__ import annotations
|
| 2 |
|
| 3 |
-
#
|
| 4 |
-
# Each tool exports a build_interface() function returning a gradio.Interface.
|
| 5 |
|
| 6 |
import json
|
| 7 |
import os
|
|
@@ -415,5 +414,4 @@ with gr.Blocks(title="Nymbo/Tools MCP", theme="Nymbo/Nymbo_Theme", css=CSS_STYLE
|
|
| 415 |
gr.TabbedInterface(interface_list=_interfaces, tab_names=_tab_names)
|
| 416 |
|
| 417 |
if __name__ == "__main__":
|
| 418 |
-
# Launch with MCP server enabled as before
|
| 419 |
demo.launch(mcp_server=True)
|
|
|
|
| 1 |
from __future__ import annotations
|
| 2 |
|
| 3 |
+
# Project by Nymbo
|
|
|
|
| 4 |
|
| 5 |
import json
|
| 6 |
import os
|
|
|
|
| 414 |
gr.TabbedInterface(interface_list=_interfaces, tab_names=_tab_names)
|
| 415 |
|
| 416 |
if __name__ == "__main__":
|
|
|
|
| 417 |
demo.launch(mcp_server=True)
|