Spaces:
Running
Running
import gradio as gr | |
gr.load_openapi( | |
openapi_spec="https://developers.miro.com/openapi/6628045c567473003e032eba", | |
base_url="https://api.miro.com/v2", | |
methods=['GET', 'PUT'], | |
).launch(mcp_server=True) | |