aliabd's picture
aliabd HF Staff
Upload folder using huggingface_hub
f473e0b verified
raw
history blame contribute delete
79 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Model3D()
demo.launch()