Update app.py
Browse files
app.py
CHANGED
|
@@ -152,9 +152,6 @@ with gr.Blocks() as app:
|
|
| 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>
|
|
@@ -164,11 +161,11 @@ with gr.Blocks() as app:
|
|
| 164 |
</div>
|
| 165 |
"""
|
| 166 |
)
|
| 167 |
-
gr.HTML(f"<div style='margin: 20px 0;'>{diagram}</div>")
|
| 168 |
gr.Markdown(
|
| 169 |
"""
|
| 170 |
π This demo highlights the capabilities of Small-i, Small-p, and Large-i across three public datasets (word-level, with 100 random samples each).<br>
|
| 171 |
-
π We've
|
| 172 |
π² Select a model variant and dataset (IAM, IMGUR5K, HierText), then hit 'Sample' to view a randomly selected input alongside its corresponding outputs for all three types of inference.<br>
|
| 173 |
"""
|
| 174 |
)
|
|
|
|
| 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://charlieleee.github.io/publication/inksight/">
|
| 156 |
<img src="https://img.shields.io/badge/π_Project_Page-FFA500?&logo=link&logoColor=white" alt="Project Page">
|
| 157 |
</a>
|
|
|
|
| 161 |
</div>
|
| 162 |
"""
|
| 163 |
)
|
| 164 |
+
gr.HTML(f"<div style='margin: 20px 0;'>{diagram}<br><em>InkSight system diagram (<a href="https://github.com/CharlieLeee/inksight/blob/main/figures/full_diagram.gif">gif version</a>)</em></div>")
|
| 165 |
gr.Markdown(
|
| 166 |
"""
|
| 167 |
π This demo highlights the capabilities of Small-i, Small-p, and Large-i across three public datasets (word-level, with 100 random samples each).<br>
|
| 168 |
+
π We've released the InkSight-Small-p model on Hugging Face! Check it out [here](https://huggingface.co/Derendering/InkSight-Small-p).<br>
|
| 169 |
π² Select a model variant and dataset (IAM, IMGUR5K, HierText), then hit 'Sample' to view a randomly selected input alongside its corresponding outputs for all three types of inference.<br>
|
| 170 |
"""
|
| 171 |
)
|