File size: 79 Bytes
6f65077
 
36cc2a6
6f65077
 
 
1
2
3
4
5
6
import gradio as gr 

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

demo.launch()