Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,11 +16,7 @@ from tsr.utils import remove_background, resize_foreground, to_gradio_3d_orienta
|
|
16 |
#HF_TOKEN = os.getenv("HF_TOKEN")
|
17 |
|
18 |
HEADER = """
|
19 |
-
**TripoSR** is a state-of-the-art open-source model for **fast** feedforward 3D reconstruction from a single image, developed in collaboration between [Tripo AI](https://www.tripo3d.ai/) and [Stability AI](https://stability.ai/).
|
20 |
|
21 |
-
**Tips:**
|
22 |
-
1. If you find the result is unsatisfied, please try to change the foreground ratio. It might improve the results.
|
23 |
-
2. Please disable "Remove Background" option only if your input image is RGBA with transparent background, image contents are centered and occupy more than 70% of image width or height.
|
24 |
"""
|
25 |
|
26 |
|
|
|
16 |
#HF_TOKEN = os.getenv("HF_TOKEN")
|
17 |
|
18 |
HEADER = """
|
|
|
19 |
|
|
|
|
|
|
|
20 |
"""
|
21 |
|
22 |
|