test-new-mcp2 / app.py
abidlabs's picture
abidlabs HF Staff
Create app.py
15fa13b verified
raw
history blame
70 Bytes
import gradio as gr
gr.Interface(lambda x:x, "text", "text").launch()