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