Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,7 +100,19 @@ css = """
|
|
| 100 |
"""
|
| 101 |
|
| 102 |
with gr.Blocks(css=css) as demo:
|
| 103 |
-
gr.Markdown(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
gr.Markdown("Official Gradio demo for **[DiT360](https://fenghora.github.io/DiT360-Page/)**, a panoramic image generation model based on hybrid training.")
|
| 105 |
|
| 106 |
with gr.Row(elem_id="top-row"):
|
|
|
|
| 100 |
"""
|
| 101 |
|
| 102 |
with gr.Blocks(css=css) as demo:
|
| 103 |
+
gr.Markdown(
|
| 104 |
+
"""
|
| 105 |
+
# 🌀 DiT360: High-Fidelity Panoramic Image Generation
|
| 106 |
+
|
| 107 |
+
<div align="center">
|
| 108 |
+
<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>
|
| 109 |
+
<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>
|
| 110 |
+
<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>
|
| 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 |
+
|
| 116 |
gr.Markdown("Official Gradio demo for **[DiT360](https://fenghora.github.io/DiT360-Page/)**, a panoramic image generation model based on hybrid training.")
|
| 117 |
|
| 118 |
with gr.Row(elem_id="top-row"):
|