import gradio as gr import os print(os.getcwd()) with gr.Blocks() as demo: gr.Model3D("/Users/thomwolf/Documents/GitHub/simenv-tests/Box/glTF-Embedded/Box.gltf") demo.launch(inbrowser=True)