Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,12 +104,10 @@ with gr.Blocks(css=css) as demo:
|
|
| 104 |
"""
|
| 105 |
# 🌀 DiT360: High-Fidelity Panoramic Image Generation
|
| 106 |
|
| 107 |
-
<
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
<a href='https://huggingface.co/datasets/Insta360-Research/Matterport3D_polished'><img src='https://img.shields.io/badge/%F0%9F%93%88%20Hugging%20Face-Dataset-yellow'></a>
|
| 112 |
-
</div>
|
| 113 |
"""
|
| 114 |
)
|
| 115 |
|
|
|
|
| 104 |
"""
|
| 105 |
# 🌀 DiT360: High-Fidelity Panoramic Image Generation
|
| 106 |
|
| 107 |
+
<a href='https://arxiv.org/abs/2510.11712'><img src='https://img.shields.io/badge/arXiv-Paper-red?logo=arxiv&logoColor=white' alt='arXiv'></a>
|
| 108 |
+
<a href='https://fenghora.github.io/DiT360-Page/'><img src='https://img.shields.io/badge/Project_Page-Website-green?logo=insta360&logoColor=white' alt='Project Page'></a>
|
| 109 |
+
<a href='https://huggingface.co/spaces/Insta360-Research/DiT360'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Live_Demo-blue'></a>
|
| 110 |
+
<a href='https://huggingface.co/datasets/Insta360-Research/Matterport3D_polished'><img src='https://img.shields.io/badge/%F0%9F%93%88%20Hugging%20Face-Dataset-yellow'></a>
|
|
|
|
|
|
|
| 111 |
"""
|
| 112 |
)
|
| 113 |
|