Spaces:
Running
Running
File size: 214 Bytes
e49e236 |
1 2 3 4 5 6 7 8 9 |
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)
|