Spaces:
Sleeping
Sleeping
Add app.py
Browse files
app.py
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
import gradio as gr
|
3 |
+
|
4 |
+
gr.load_openapi(
|
5 |
+
openapi_spec="https://developers.miro.com/openapi/6628045c567473003e032eba",
|
6 |
+
base_url="https://api.miro.com/v2",
|
7 |
+
methods=['GET', 'PUT'],
|
8 |
+
).launch(mcp_server=True)
|