Update app.py
Browse files
app.py
CHANGED
@@ -58,8 +58,8 @@ def get_demo():
|
|
58 |
gr.Markdown(
|
59 |
'<div style="display: flex; align-items: center; gap: 10px;">'
|
60 |
'<span>Official Guide-and-Rescale Gradio demo:</span>'
|
61 |
-
'<a href="https://arxiv.org/abs/2409.01322"><img src="https://img.shields.io/badge/arXiv-
|
62 |
-
'<a href="https://github.com/
|
63 |
'<a href="https://colab.research.google.com/drive/1noKOOcDBBL_m5_UqU15jBBqiM8piLZ1O?usp=sharing"><img src="https://colab.research.google.com/assets/colab-badge.svg" height=22.5></a>'
|
64 |
'</div>'
|
65 |
)
|
|
|
58 |
gr.Markdown(
|
59 |
'<div style="display: flex; align-items: center; gap: 10px;">'
|
60 |
'<span>Official Guide-and-Rescale Gradio demo:</span>'
|
61 |
+
'<a href="https://arxiv.org/abs/2409.01322"><img src="https://img.shields.io/badge/arXiv-2409.01322-b31b1b.svg" height=22.5></a>'
|
62 |
+
'<a href="https://github.com/FusionBrainLab/Guide-and-Rescale"><img src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white" height=22.5></a>'
|
63 |
'<a href="https://colab.research.google.com/drive/1noKOOcDBBL_m5_UqU15jBBqiM8piLZ1O?usp=sharing"><img src="https://colab.research.google.com/assets/colab-badge.svg" height=22.5></a>'
|
64 |
'</div>'
|
65 |
)
|