Charlie Li
commited on
Commit
β’
9907bc8
1
Parent(s):
17f8269
add release info
Browse files
app.py
CHANGED
@@ -165,6 +165,7 @@ with gr.Blocks() as app:
|
|
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 |
π² 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>
|
169 |
"""
|
170 |
)
|
|
|
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 just 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 |
)
|