gr_load_test2 / app.py
Coloring's picture
Create app.py
a5b5858 verified
raw
history blame contribute delete
No virus
90 Bytes
import gradio as gr
demo = gr.load("TencentARC/InstantMesh", src="spaces")
demo.launch()