evalstate HF Staff commited on
Commit
e49e236
·
verified ·
1 Parent(s): 6c42e15

Add app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
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)