Spaces:
Runtime error
Runtime error
File size: 275 Bytes
3be0d51 |
1 2 3 4 5 6 7 8 9 10 |
import gradio as gr
gr.load_openapi(
openapi_spec="https://raw.githubusercontent.com/stripe/openapi/refs/heads/master/openapi/spec3.json",
base_url="https://api.stripe.com/v1",
paths=None,
methods=['GET', 'POST', 'PUT', 'DELETE'],
).launch(mcp_server=True)
|