chengkunli
commited on
Commit
•
817e6b8
1
Parent(s):
5969e6a
Update app.py
Browse files
app.py
CHANGED
@@ -158,6 +158,9 @@ with gr.Blocks() as app:
|
|
158 |
<a href="https://huggingface.co/datasets/Derendering/InkSight-Derenderings">
|
159 |
<img src="https://img.shields.io/badge/Dataset-InkSight-40AF40?&logo=huggingface&logoColor=white" alt="Hugging Face Dataset">
|
160 |
</a>
|
|
|
|
|
|
|
161 |
</div>
|
162 |
"""
|
163 |
)
|
|
|
158 |
<a href="https://huggingface.co/datasets/Derendering/InkSight-Derenderings">
|
159 |
<img src="https://img.shields.io/badge/Dataset-InkSight-40AF40?&logo=huggingface&logoColor=white" alt="Hugging Face Dataset">
|
160 |
</a>
|
161 |
+
<a href="https://github.com/google-research/inksight">
|
162 |
+
<img src="https://img.shields.io/badge/GitHub-InkSight-green?&logo=github&logoColor=white" alt="GitHub Repository">
|
163 |
+
</a>
|
164 |
</div>
|
165 |
"""
|
166 |
)
|