File size: 120 Bytes
9b7a4fe
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11

import gradio as gr
from gradio_mymodel3d import MyModel3D


with gr.Blocks() as demo:
    MyModel3D()


demo.launch()