Spaces:
Sleeping
Sleeping
File size: 92 Bytes
0fe617e |
1 2 3 4 |
import gradio as gr
gr.Interface(lambda x:x, "textbox", "textbox").launch(mcp_server=True)
|