import gradio as gr import os print(os.getcwd()) with gr.Blocks() as demo: gr.Model3D("scene.glb") demo.launch(inbrowser=True)