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