File size: 79 Bytes
d08703b
2ff9f34
a3c0cc5
2ff9f34
 
d08703b
1
2
3
4
5
6
7
import gradio as gr

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

demo.launch()