RiggedSimple / app.py
thomwolf's picture
thomwolf HF Staff
add git files
6059459
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)