Spaces:
Running
on
Zero
Running
on
Zero
kushbhargav
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -257,7 +257,8 @@ def split_image(image: Image.Image) -> List[Image.Image]:
|
|
257 |
|
258 |
with gr.Blocks(delete_cache=(600, 600)) as demo:
|
259 |
gr.Markdown("""
|
260 |
-
## Image to 3D Asset
|
|
|
261 |
* Upload an image and click "Generate" to create a 3D asset. If the image has alpha channel, it be used as the mask. Otherwise, we use `rembg` to remove the background.
|
262 |
* If you find the generated 3D asset satisfactory, click "Extract GLB" to extract the GLB file and download it.
|
263 |
|
|
|
257 |
|
258 |
with gr.Blocks(delete_cache=(600, 600)) as demo:
|
259 |
gr.Markdown("""
|
260 |
+
## Image to 3D Asset
|
261 |
+
### [@kushbhargav](https://www.linkedin.com/in/kushbhargav/)
|
262 |
* Upload an image and click "Generate" to create a 3D asset. If the image has alpha channel, it be used as the mask. Otherwise, we use `rembg` to remove the background.
|
263 |
* If you find the generated 3D asset satisfactory, click "Extract GLB" to extract the GLB file and download it.
|
264 |
|