Spaces:
Runtime error
Runtime error
File size: 218 Bytes
3dd3604 |
1 2 3 4 5 6 7 8 9 |
import gradio as gr
gr.load_openapi(
openapi_spec=https://petstore3.swagger.io/api/v3/openapi.json,
api_base_url=https://petstore3.swagger.io/api/v3/,
methods=['GET', 'POST', 'PUT', 'DELETE'],
).launch()
|