freddyaboulton's picture
Upload folder using huggingface_hub
9b7a4fe
raw
history blame contribute delete
120 Bytes
import gradio as gr
from gradio_mymodel3d import MyModel3D
with gr.Blocks() as demo:
MyModel3D()
demo.launch()