Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
frogleo/Hunyuan3D-2mini-Turbo
frogleo
/
Image-to-3D
like
3
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
27fc85d
Image-to-3D
/
app.py
frogleo
着手全新的UI界面和交互
27fc85d
24 days ago
raw
Copy download link
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)