Chair / app.py
thomwolf's picture
thomwolf HF Staff
update scene
2de5734
raw
history blame
149 Bytes
import gradio as gr
import os
print(os.getcwd())
with gr.Blocks() as demo:
gr.Model3D("./glTF-Embedded/Box.gltf")
demo.launch(inbrowser=True)