Spaces:
Running
on
Zero
Running
on
Zero
File size: 172 Bytes
d8bbcde |
1 2 3 4 5 6 7 8 9 |
gradioのサンプルを作成して
templateは下記
import gradio as gr
with gr.Blocks() as gradio_interface:
gr.Markdown("CRUD Application")
__init__.pyも作成 |