Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
a83ad71
1
Parent(s):
0051433
update url
Browse files
app.py
CHANGED
|
@@ -553,7 +553,7 @@ def extract_glb(
|
|
| 553 |
|
| 554 |
with gr.Blocks(delete_cache=(600, 600)) as demo:
|
| 555 |
gr.Markdown("""
|
| 556 |
-
## Image to 3D Asset with [TRELLIS.2](https://microsoft.github.io/
|
| 557 |
* Upload an image (preferably with an alpha-masked foreground object) and click Generate to create a 3D asset.
|
| 558 |
* Click Extract GLB to export and download the generated GLB file if you're satisfied with the result. Otherwise, try another time.
|
| 559 |
""")
|
|
|
|
| 553 |
|
| 554 |
with gr.Blocks(delete_cache=(600, 600)) as demo:
|
| 555 |
gr.Markdown("""
|
| 556 |
+
## Image to 3D Asset with [TRELLIS.2](https://microsoft.github.io/TRELLIS.2)
|
| 557 |
* Upload an image (preferably with an alpha-masked foreground object) and click Generate to create a 3D asset.
|
| 558 |
* Click Extract GLB to export and download the generated GLB file if you're satisfied with the result. Otherwise, try another time.
|
| 559 |
""")
|