import gradio as gr from gradio_mymodel3d import MyModel3D with gr.Blocks() as demo: MyModel3D() demo.launch()