Image-to-3D / app.py
frogleo's picture
着手全新的UI界面和交互
27fc85d
raw
history blame
185 Bytes
import gradio as gr
title = "## Image to 3D"
description = "A lightweight image to 3D converter"
with gr.Blocks().queue() as demo:
gr.Markdown(title)
gr.Markdown(description)