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

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

demo.launch()