File size: 91 Bytes
10c415f
 
 
1
2
3
import gradio as gr

gr.Interface(lambda x:x, "textbox", "textbox").launch(mcp_server=True)