test-new-mcp2 / app.py
abidlabs's picture
abidlabs HF Staff
Update app.py
4ee5e21 verified
raw
history blame contribute delete
85 Bytes
import gradio as gr
gr.Interface(lambda x:x, "text", "text").launch(mcp_server=True)