aliabd's picture
aliabd HF Staff
Upload with huggingface_hub
36cc2a6
raw
history blame
79 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Model3D()
demo.launch()