Spaces:
Runtime error
Runtime error
File size: 296 Bytes
0bcdebc | 1 2 3 4 5 6 7 8 9 10 |
import gradio as gr
gr.load_openapi(
openapi_spec="https://raw.githubusercontent.com/utsav-pilot/openapi-spec-swagger/refs/heads/main/banking.json",
base_url="https://api-dev.mtf.co.nz/v1/banking",
paths=None,
methods=['GET', 'POST', 'PUT', 'DELETE'],
).launch(mcp_server=True)
|