mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
6 lines
79 B
Python
6 lines
79 B
Python
import gradio as gr
|
|
|
|
with gr.Blocks() as demo:
|
|
gr.Model3D()
|
|
|
|
demo.launch() |