chengkunli commited on
Commit
e4feb3a
Β·
verified Β·
1 Parent(s): 6791609

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -7
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/πŸ“„_Read_the_Paper-4CAF50?style=for-the-badge&logo=arxiv&logoColor=white" alt="Read the Paper">
151
  </a>
152
- <a href="https://github.com/google-research/inksight">
153
- <img src="https://img.shields.io/badge/View_on_GitHub-181717?style=for-the-badge&logo=github&logoColor=white" alt="View on GitHub">
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/ℹ️_Info-FFA500?style=for-the-badge&logo=info&logoColor=white" alt="Info">
 
 
 
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
  """