Spaces:
Sleeping
Sleeping
Add paper / code / project page buttons to UI
Browse files
app.py
CHANGED
|
@@ -745,19 +745,19 @@ with gr.Blocks(title="CritiFusion (SDXL) Demo") as demo:
|
|
| 745 |
)
|
| 746 |
|
| 747 |
gr.Markdown(
|
| 748 |
-
|
| 749 |
-
|
| 750 |
|
| 751 |
-
|
| 752 |
|
| 753 |
-
|
| 754 |
-
|
| 755 |
-
|
| 756 |
-
|
| 757 |
|
| 758 |
-
|
| 759 |
-
|
| 760 |
-
|
| 761 |
|
| 762 |
|
| 763 |
with gr.Row():
|
|
|
|
| 745 |
)
|
| 746 |
|
| 747 |
gr.Markdown(
|
| 748 |
+
"""
|
| 749 |
+
<div style="margin-top: 10px; margin-bottom: 14px; font-family: Arial, sans-serif; font-size: 15px; line-height: 1.6;">
|
| 750 |
|
| 751 |
+
<div style="font-size:16px; font-weight:bold; margin-bottom: 4px;">π Project Links</div>
|
| 752 |
|
| 753 |
+
<a href="https://arxiv.org/abs/2512.22681" target="_blank" style="text-decoration:none; color:#1a73e8; margin-right:15px;">π Paper</a>
|
| 754 |
+
<a href="https://github.com/Rossi-Laboratory/CritiFusion" target="_blank" style="text-decoration:none; color:#1a73e8; margin-right:15px;">π» Code</a>
|
| 755 |
+
<a href="https://rossi-laboratory.github.io/CritiFusion/" target="_blank" style="text-decoration:none; color:#1a73e8; margin-right:15px;">π Project Page</a>
|
| 756 |
+
<span style="color:gray;">π¬ Video (coming soon)</span>
|
| 757 |
|
| 758 |
+
</div>
|
| 759 |
+
"""
|
| 760 |
+
)
|
| 761 |
|
| 762 |
|
| 763 |
with gr.Row():
|