fcba248
1
2
3
4
5
6
7
8
9
10
import gradio as gr import os print(os.getcwd()) with gr.Blocks() as demo: gr.Model3D("scene.glb") demo.launch(inbrowser=True)