Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
app.py
CHANGED
|
@@ -39,6 +39,7 @@ os.makedirs(TMP_DIR, exist_ok=True)
|
|
| 39 |
HEADER = """
|
| 40 |
# 🔮 Image to Texture with [MV-Adapter](https://github.com/huanngzh/MV-Adapter)
|
| 41 |
## State-of-the-art Open Source Texture Generation Using Multi-View Diffusion Model
|
|
|
|
| 42 |
"""
|
| 43 |
|
| 44 |
EXAMPLES = [
|
|
|
|
| 39 |
HEADER = """
|
| 40 |
# 🔮 Image to Texture with [MV-Adapter](https://github.com/huanngzh/MV-Adapter)
|
| 41 |
## State-of-the-art Open Source Texture Generation Using Multi-View Diffusion Model
|
| 42 |
+
<p style="font-size: 1.1em;">By <a href="https://www.tripo3d.ai/" style="color: #1E90FF; text-decoration: none; font-weight: bold;">Tripo</a></p>
|
| 43 |
"""
|
| 44 |
|
| 45 |
EXAMPLES = [
|