Update app.py
Browse files
app.py
CHANGED
@@ -146,17 +146,20 @@ with gr.Blocks() as app:
|
|
146 |
gr.HTML(
|
147 |
"""
|
148 |
<div style="display: flex; gap: 10px; justify-content: left;">
|
|
|
|
|
|
|
149 |
<a href="https://arxiv.org/abs/2402.05804">
|
150 |
-
<img src="https://img.shields.io/badge
|
151 |
</a>
|
152 |
-
<a href="https://
|
153 |
-
|
154 |
</a>
|
155 |
-
<a href="https://research.google/blog/a-return-to-hand-written-notes-by-learning-to-read-write/">
|
156 |
-
<img src="https://img.shields.io/badge/π_Google_Research_Blog-333333?style=for-the-badge&logo=google&logoColor=white" alt="Google Research Blog">
|
157 |
-
</a>
|
158 |
<a href="https://charlieleee.github.io/publication/inksight/">
|
159 |
-
<img src="https://img.shields.io/badge
|
|
|
|
|
|
|
160 |
</a>
|
161 |
</div>
|
162 |
"""
|
|
|
146 |
gr.HTML(
|
147 |
"""
|
148 |
<div style="display: flex; gap: 10px; justify-content: left;">
|
149 |
+
<a href="https://research.google/blog/a-return-to-hand-written-notes-by-learning-to-read-write/">
|
150 |
+
<img src="https://img.shields.io/badge/Google_Research_Blog-333333?&logo=google&logoColor=white" alt="Google Research Blog">
|
151 |
+
</a>
|
152 |
<a href="https://arxiv.org/abs/2402.05804">
|
153 |
+
<img src="https://img.shields.io/badge/Read_the_Paper-4CAF50?&logo=arxiv&logoColor=white" alt="Read the Paper">
|
154 |
</a>
|
155 |
+
<a href="https://huggingface.co/spaces/Derendering/Model-Output-Playground">
|
156 |
+
<img src="https://img.shields.io/badge/Output_Playground-007acc?&logo=huggingface&logoColor=white" alt="Try Demo on Hugging Face">
|
157 |
</a>
|
|
|
|
|
|
|
158 |
<a href="https://charlieleee.github.io/publication/inksight/">
|
159 |
+
<img src="https://img.shields.io/badge/π_Project_Page-FFA500?&logo=link&logoColor=white" alt="Project Page">
|
160 |
+
</a>
|
161 |
+
<a href="https://huggingface.co/datasets/Derendering/InkSight-Derenderings">
|
162 |
+
<img src="https://img.shields.io/badge/Dataset-InkSight-40AF40?&logo=huggingface&logoColor=white" alt="Hugging Face Dataset">
|
163 |
</a>
|
164 |
</div>
|
165 |
"""
|