File size: 185 Bytes
d8bbcde
 
 
 
 
 
 
1
2
3
4
5
6
7
gradioのサンプルを作成して
interface名は gradio_interface
__init__.pyも作成

import gradio as gr
with gr.Blocks() as gradio_interface:
    gr.Markdown("CRUD Application")