Spaces:
Running
Running
import gradio as gr | |
gr.Interface(lambda x:x, "textbox", "textbox").launch(mcp_server=True) |
import gradio as gr | |
gr.Interface(lambda x:x, "textbox", "textbox").launch(mcp_server=True) |