Box / app.py
thomwolf's picture
thomwolf HF Staff
update app.py
5907d68
raw
history blame
147 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)