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
6
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f882a9b
Image-to-3D
/
app.py
frogleo
优化界面和交互
f882a9b
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
200 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)
demo.launch()