kenken999's picture
test
d8bbcde
raw
history blame
172 Bytes
gradioのサンプルを作成して
templateは下記
import gradio as gr
with gr.Blocks() as gradio_interface:
gr.Markdown("CRUD Application")
__init__.pyも作成