cocktailpeanut
commited on
Commit
·
2f443c4
1
Parent(s):
b64a027
update
Browse files
app.py
CHANGED
@@ -16,36 +16,6 @@ from tsr.utils import remove_background, resize_foreground, to_gradio_3d_orienta
|
|
16 |
#HF_TOKEN = os.getenv("HF_TOKEN")
|
17 |
|
18 |
HEADER = """
|
19 |
-
# TripoSR Demo
|
20 |
-
<table bgcolor="#1E2432" cellspacing="0" cellpadding="0" width="450">
|
21 |
-
<tr style="height:50px;">
|
22 |
-
<td style="text-align: center;">
|
23 |
-
<a href="https://stability.ai">
|
24 |
-
<img src="https://images.squarespace-cdn.com/content/v1/6213c340453c3f502425776e/6c9c4c25-5410-4547-bc26-dc621cdacb25/Stability+AI+logo.png" width="200" height="40" />
|
25 |
-
</a>
|
26 |
-
</td>
|
27 |
-
<td style="text-align: center;">
|
28 |
-
<a href="https://www.tripo3d.ai">
|
29 |
-
<img src="https://www.tripo3d.ai/logo.png" width="170" height="40" />
|
30 |
-
</a>
|
31 |
-
</td>
|
32 |
-
</tr>
|
33 |
-
</table>
|
34 |
-
<table bgcolor="#1E2432" cellspacing="0" cellpadding="0" width="450">
|
35 |
-
<tr style="height:30px;">
|
36 |
-
<td style="text-align: center;">
|
37 |
-
<a href="https://huggingface.co/stabilityai/TripoSR"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Model_Card-Huggingface-orange" height="20"></a>
|
38 |
-
</td>
|
39 |
-
<td style="text-align: center;">
|
40 |
-
<a href="https://github.com/VAST-AI-Research/TripoSR"><img src="https://postimage.me/images/2024/03/04/GitHub_Logo_White.png" width="100" height="20"></a>
|
41 |
-
</td>
|
42 |
-
<td style="text-align: center; color: white;">
|
43 |
-
<!-- <a href="https://github.com/VAST-AI-Research/TripoSR"><img src="https://img.shields.io/badge/arXiv-1234.56789-b31b1b.svg" height="20"></a> -->
|
44 |
-
<a href="http://your-url.com"><b>[Tech Report pdf]</b></a>
|
45 |
-
</td>
|
46 |
-
</tr>
|
47 |
-
</table>
|
48 |
-
|
49 |
**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/).
|
50 |
|
51 |
**Tips:**
|
|
|
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:**
|