gradioのサンプルを作成して templateは下記 import gradio as gr with gr.Blocks() as gradio_interface: gr.Markdown("CRUD Application") __init__.pyも作成