BoxTextured / app.py
thomwolf's picture
thomwolf HF staff
add git files
e03f3fe
raw
history blame contribute delete
134 Bytes
import gradio as gr
import os
print(os.getcwd())
with gr.Blocks() as demo:
gr.Model3D("scene.glb")
demo.launch(inbrowser=True)